Removed unused wild crate
This commit is contained in:
parent
3ad5d0de21
commit
def07f9fa2
2 changed files with 1 additions and 15 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -481,7 +481,6 @@ dependencies = [
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
"stderrlog",
|
"stderrlog",
|
||||||
"wild",
|
|
||||||
"zopfli",
|
"zopfli",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -646,15 +645,6 @@ version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "wild"
|
|
||||||
version = "2.1.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74"
|
|
||||||
dependencies = [
|
|
||||||
"glob",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winapi"
|
name = "winapi"
|
||||||
version = "0.3.9"
|
version = "0.3.9"
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,6 @@ version = "1.7.0"
|
||||||
optional = true
|
optional = true
|
||||||
version = "4.3.8"
|
version = "4.3.8"
|
||||||
|
|
||||||
[dependencies.wild]
|
|
||||||
optional = true
|
|
||||||
version = "2.1.0"
|
|
||||||
|
|
||||||
[dependencies.glob]
|
[dependencies.glob]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
|
|
@ -70,7 +66,7 @@ version = "0.24.6"
|
||||||
rustc_version = "0.4.0"
|
rustc_version = "0.4.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
binary = ["clap", "wild", "glob", "stderrlog"]
|
binary = ["clap", "glob", "stderrlog"]
|
||||||
default = ["binary", "filetime", "parallel", "zopfli"]
|
default = ["binary", "filetime", "parallel", "zopfli"]
|
||||||
parallel = ["rayon", "indexmap/rayon", "crossbeam-channel"]
|
parallel = ["rayon", "indexmap/rayon", "crossbeam-channel"]
|
||||||
freestanding = ["libdeflater/freestanding"]
|
freestanding = ["libdeflater/freestanding"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue