diff --git a/lib/Cargo.toml b/lib/Cargo.toml index abaf1989..f030f1b9 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,6 @@ tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread", "fs", "io tokio-util = { version = "0.7.11", features = ["compat"] } [features] -wasm = ["zstd/wasm", "liblzma/wasm"] # Deprecated. This feature flag has been replaced by `cfg(target_arch = "wasm32")`. zlib-ng = ["flate2/zlib-ng"] unstable-async = ["dep:futures-io", "dep:futures-util"]