mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Add new feature native-tls
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
162e4838d8
commit
0150e229aa
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ static = ["bzip2/static", "xz2/static"]
|
||||||
pkg-config = ["zstd/pkg-config"]
|
pkg-config = ["zstd/pkg-config"]
|
||||||
zlib-ng = ["flate2/zlib-ng"]
|
zlib-ng = ["flate2/zlib-ng"]
|
||||||
rustls = ["crates_io_api/rustls", "reqwest/rustls-tls"]
|
rustls = ["crates_io_api/rustls", "reqwest/rustls-tls"]
|
||||||
|
native-tls = ["reqwest/native-tls"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.9.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue