You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
785 B
40 lines
785 B
--- remove_dir_all-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ remove_dir_all-0.8.2/Cargo.toml 2023-11-04T23:51:34.050434+00:00
|
|
@@ -35,22 +35,10 @@
|
|
categories = ["filesystem"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
|
|
-
|
|
-[[bin]]
|
|
-name = "remove-dir-all"
|
|
-required-features = ["cli"]
|
|
+autobins = false
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1.0.0"
|
|
-
|
|
-[dependencies.clap]
|
|
-version = "4.1.11"
|
|
-features = ["derive"]
|
|
-optional = true
|
|
-
|
|
-[dependencies.env_logger]
|
|
-version = "0.10.0"
|
|
-optional = true
|
|
|
|
[dependencies.fs_at]
|
|
version = "0.1.4"
|
|
@@ -85,12 +73,6 @@
|
|
version = "0.2"
|
|
|
|
[features]
|
|
-cli = [
|
|
- "dep:clap",
|
|
- "dep:env_logger",
|
|
- "log",
|
|
- "parallel",
|
|
-]
|
|
default = []
|
|
log = ["dep:log"]
|
|
parallel = ["dep:rayon"]
|