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.
33 lines
655 B
33 lines
655 B
--- ruzstd-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ ruzstd-0.5.0/Cargo.toml 2023-11-29T18:54:43.112157+00:00
|
|
@@ -24,18 +24,7 @@
|
|
readme = "Readme.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/KillingSpark/zstd-rs"
|
|
-
|
|
-[[bin]]
|
|
-name = "zstd"
|
|
-required-features = ["std"]
|
|
-
|
|
-[[bin]]
|
|
-name = "zstd_stream"
|
|
-required-features = ["std"]
|
|
-
|
|
-[[bench]]
|
|
-name = "reversedbitreader_bench"
|
|
-harness = false
|
|
+autobins = false
|
|
|
|
[dependencies.byteorder]
|
|
version = "1.5"
|
|
@@ -53,9 +42,6 @@
|
|
version = "1.6"
|
|
default-features = false
|
|
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.3"
|
|
-
|
|
[dev-dependencies.rand]
|
|
version = "0.8.5"
|
|
features = ["small_rng"]
|