mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Remove deprecated openssl and openssl-static features
This commit is contained in:
parent
56f0ed1795
commit
3f33db6728
2 changed files with 0 additions and 11 deletions
|
|
@ -13,10 +13,6 @@ native-tls = ["crunchy-cli-core/native-tls"]
|
|||
openssl-tls = ["dep:native-tls-crate", "native-tls-crate/openssl", "crunchy-cli-core/openssl-tls"]
|
||||
openssl-tls-static = ["dep:native-tls-crate", "native-tls-crate/openssl", "crunchy-cli-core/openssl-tls-static"]
|
||||
|
||||
# deprecated
|
||||
openssl = ["openssl-tls"]
|
||||
openssl-static = ["openssl-tls-static"]
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.35", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue