Skip to content

Commit

Permalink
refactor: remove ammonia and additional comrak features (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Nov 22, 2024
1 parent c4da783 commit 6446349
Show file tree
Hide file tree
Showing 29 changed files with 174 additions and 741 deletions.
192 changes: 4 additions & 188 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cfg-if = "1.0.0"
deno_ast.workspace = true
deno_graph.workspace = true
indexmap = "2.3.0"
futures = "0.3.30"
import_map.workspace = true
lazy_static = "1.5.0"
regex = "1.10.6"
Expand All @@ -43,14 +42,14 @@ deno_path_util = "0.2.1"
html-escape = { version = "0.2.13" }
handlebars = { version = "6.1", features = ["string_helpers"] }
comrak = { version = "0.29.0", optional = true, default-features = false }
ammonia = { version = "4.0.0", optional = true }

[dev-dependencies]
anyhow = { version = "1.0.86" }
clap = "2.34.0"
console_static_text = "0.8.2"
criterion = { version = "0.4.0", features = ["async_futures", "html_reports"] }
file_test_runner = "0.7.2"
futures = "0.3.30"
tokio = { version = "1.39.2", features = ["full"] }
pretty_assertions = "1.4.0"
insta = { version = "1.39.0", features = ["json"] }
Expand All @@ -65,7 +64,6 @@ serde-wasm-bindgen = "=0.5.0"
[features]
default = ["rust", "comrak"]
rust = []
comrak = ["dep:comrak", "ammonia"]

[[test]]
name = "specs"
Expand Down
Loading

0 comments on commit 6446349

Please sign in to comment.