We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cde6a commit 837f38aCopy full SHA for 837f38a
Cargo.toml
@@ -27,7 +27,7 @@ time = { version = "0.3.37", default-features = false }
27
28
[dependencies]
29
aes = { version = "0.8", optional = true }
30
-bzip2 = { version = "0.5.0", optional = true }
+bzip2 = { version = "0.5.0", default-features = false, optional = true }
31
chrono = { version = "0.4", optional = true }
32
constant_time_eq = { version = "0.3", optional = true }
33
crc32fast = "1.4"
@@ -83,6 +83,8 @@ nt-time = ["dep:nt-time"]
83
lzma = ["lzma-rs/stream"]
84
unreserved = []
85
xz = ["dep:xz2"]
86
+bzip2 = ["dep:bzip2", "bzip2/bzip2-sys"]
87
+bzip2-rs = ["dep:bzip2", "bzip2/bzip2-rs-sys"]
88
default = [
89
"aes-crypto",
90
"bzip2",
0 commit comments