Make bzip2 a synonym of bzip2-rs

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
Chris Hennick 2024-05-01 18:00:43 -07:00 committed by GitHub
parent f44ec4e513
commit 01a8ff41b1
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,9 @@ getrandom = { version = "0.2.14", features = ["js"] }
walkdir = "2.5.0"
time = { workspace = true, features = ["formatting", "macros"] }
anyhow = "1"
[features]
bzip2 = ["bzip2-rs"]
aes-crypto = ["aes", "constant_time_eq", "hmac", "pbkdf2", "sha1"]
chrono = ["chrono/default"]
_deflate-any = []