Skip to content

Commit 6446349

Browse files
authored
refactor: remove ammonia and additional comrak features (#665)
1 parent c4da783 commit 6446349

29 files changed

+174
-741
lines changed

Cargo.lock

Lines changed: 4 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ cfg-if = "1.0.0"
3030
deno_ast.workspace = true
3131
deno_graph.workspace = true
3232
indexmap = "2.3.0"
33-
futures = "0.3.30"
3433
import_map.workspace = true
3534
lazy_static = "1.5.0"
3635
regex = "1.10.6"
@@ -43,14 +42,14 @@ deno_path_util = "0.2.1"
4342
html-escape = { version = "0.2.13" }
4443
handlebars = { version = "6.1", features = ["string_helpers"] }
4544
comrak = { version = "0.29.0", optional = true, default-features = false }
46-
ammonia = { version = "4.0.0", optional = true }
4745

4846
[dev-dependencies]
4947
anyhow = { version = "1.0.86" }
5048
clap = "2.34.0"
5149
console_static_text = "0.8.2"
5250
criterion = { version = "0.4.0", features = ["async_futures", "html_reports"] }
5351
file_test_runner = "0.7.2"
52+
futures = "0.3.30"
5453
tokio = { version = "1.39.2", features = ["full"] }
5554
pretty_assertions = "1.4.0"
5655
insta = { version = "1.39.0", features = ["json"] }
@@ -65,7 +64,6 @@ serde-wasm-bindgen = "=0.5.0"
6564
[features]
6665
default = ["rust", "comrak"]
6766
rust = []
68-
comrak = ["dep:comrak", "ammonia"]
6967

7068
[[test]]
7169
name = "specs"

0 commit comments

Comments
 (0)