mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Improve readability of features in Cargo.toml
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
00f60c18b4
commit
d3bd11c182
1 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue