We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82ca8e commit 9d39c9eCopy full SHA for 9d39c9e
1 file changed
Cargo.toml
@@ -20,7 +20,7 @@ difference = "2.0"
20
encoding_rs = "0.8"
21
22
[dependencies]
23
-cssparser-macros = { path = "./macros", version = "0.6.1" }
+cssparser-macros = { path = "./macros", version = "0.6.1", optional = true }
24
dtoa-short = "0.3"
25
itoa = "1.0"
26
phf = { version = "0.13.1", features = ["macros"] }
@@ -35,7 +35,7 @@ debug = true
35
[features]
36
default = ["fast_match_byte"]
37
bench = []
38
-fast_match_byte = []
+fast_match_byte = ["dep:cssparser-macros"]
39
# Useful for skipping tests when execution is slow, e.g., under miri
40
skip_long_tests = []
41
0 commit comments