Improve readability of features in Cargo.toml

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 20:36:46 +10:00
parent 00f60c18b4
commit d3bd11c182
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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"]