diff --git a/Cargo.toml b/Cargo.toml index 352a5278..b69d3385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,10 +70,14 @@ guess_host_triple = "0.1.3" [features] default = ["static", "zlib-ng", "rustls"] + mimalloc = ["dep:mimalloc"] + static = ["bzip2/static", "xz2/static"] pkg-config = ["zstd/pkg-config"] + zlib-ng = ["flate2/zlib-ng"] + rustls = ["crates_io_api/rustls", "reqwest/rustls-tls"] native-tls = ["reqwest/native-tls"]