From d3bd11c1823b89c8389dc6754c432281918d4d7b Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 20:36:46 +1000 Subject: [PATCH] Improve readability of features in `Cargo.toml` Signed-off-by: Jiahao XU --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"]