Make stderrlog binary-only dependency
This commit is contained in:
parent
92ba6865fa
commit
b6c19dc906
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ rgb = "0.8.11"
|
||||||
indexmap = { version = "1.3.2", features = ["rayon"] }
|
indexmap = { version = "1.3.2", features = ["rayon"] }
|
||||||
libdeflater = "0.2.0"
|
libdeflater = "0.2.0"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
stderrlog = "0.4.3"
|
stderrlog = { version = "0.4.3", optional = true }
|
||||||
|
|
||||||
[dependencies.rayon]
|
[dependencies.rayon]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
@ -64,6 +64,7 @@ cloudflare-zlib = "^0.2.2"
|
||||||
binary = [
|
binary = [
|
||||||
"clap",
|
"clap",
|
||||||
"wild",
|
"wild",
|
||||||
|
"stderrlog",
|
||||||
]
|
]
|
||||||
default = ["binary", "parallel"]
|
default = ["binary", "parallel"]
|
||||||
parallel = ["rayon"]
|
parallel = ["rayon"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue