Removed unused wild crate

This commit is contained in:
SalOne22 2023-07-11 17:46:49 +02:00
parent 3ad5d0de21
commit def07f9fa2
2 changed files with 1 additions and 15 deletions

10
Cargo.lock generated
View file

@ -481,7 +481,6 @@ dependencies = [
"rustc-hash",
"rustc_version",
"stderrlog",
"wild",
"zopfli",
]
@ -646,15 +645,6 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "wild"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74"
dependencies = [
"glob",
]
[[package]]
name = "winapi"
version = "0.3.9"

View file

@ -52,10 +52,6 @@ version = "1.7.0"
optional = true
version = "4.3.8"
[dependencies.wild]
optional = true
version = "2.1.0"
[dependencies.glob]
optional = true
version = "0.3.1"
@ -70,7 +66,7 @@ version = "0.24.6"
rustc_version = "0.4.0"
[features]
binary = ["clap", "wild", "glob", "stderrlog"]
binary = ["clap", "glob", "stderrlog"]
default = ["binary", "filetime", "parallel", "zopfli"]
parallel = ["rayon", "indexmap/rayon", "crossbeam-channel"]
freestanding = ["libdeflater/freestanding"]