common: Reduce konst dependency feature set
This commit is contained in:
parent
f9ef276d41
commit
eea51d27fa
@ -82,7 +82,7 @@ http = { workspace = true, optional = true }
|
|||||||
indexmap = { version = "2.0.0", features = ["serde"] }
|
indexmap = { version = "2.0.0", features = ["serde"] }
|
||||||
js_int = { workspace = true, features = ["serde"] }
|
js_int = { workspace = true, features = ["serde"] }
|
||||||
js_option = "0.1.0"
|
js_option = "0.1.0"
|
||||||
konst = { version = "0.3.5", features = ["alloc"], optional = true }
|
konst = { version = "0.3.5", default-features = false, features = ["cmp", "iter", "parsing"], optional = true }
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
phf = { version = "0.11.1", features = ["macros"], optional = true }
|
phf = { version = "0.11.1", features = ["macros"], optional = true }
|
||||||
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }
|
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user