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.
51 lines
895 B
51 lines
895 B
--- brotli-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ brotli-3.4.0/Cargo.toml 2024-01-14T22:09:14.729914+00:00
|
|
@@ -28,34 +28,35 @@
|
|
"huffman",
|
|
"nostd",
|
|
]
|
|
-license = "BSD-3-Clause/MIT"
|
|
+license = "BSD-3-Clause"
|
|
repository = "https://github.com/dropbox/rust-brotli"
|
|
+exclude = [
|
|
+ "/ci/",
|
|
+ "/corrosion/",
|
|
+ "/research/",
|
|
+ "/testdata/",
|
|
+ "/appveyor.yml",
|
|
+ "/rustfmt.toml",
|
|
+ "/uncorrode.py",
|
|
+]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
incremental = false
|
|
|
|
-[[bin]]
|
|
-name = "brotli"
|
|
-doc = false
|
|
-
|
|
-[[bin]]
|
|
-name = "catbrotli"
|
|
-doc = false
|
|
-
|
|
[dependencies.alloc-no-stdlib]
|
|
version = "2.0"
|
|
|
|
[dependencies.alloc-stdlib]
|
|
-version = "~0.2"
|
|
+version = "0.2"
|
|
optional = true
|
|
|
|
[dependencies.brotli-decompressor]
|
|
-version = "~2.5"
|
|
+version = "2.5"
|
|
default-features = false
|
|
|
|
[dependencies.sha2]
|
|
-version = "~0.10"
|
|
+version = "0.10"
|
|
optional = true
|
|
|
|
[features]
|