mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Rename native-tls crate to prevent false-positive build warnings
This commit is contained in:
parent
8eda8df3f7
commit
64428ea7d1
1 changed files with 3 additions and 3 deletions
|
|
@ -10,8 +10,8 @@ default = ["native-tls"]
|
||||||
|
|
||||||
rustls-tls = ["crunchy-cli-core/rustls-tls"]
|
rustls-tls = ["crunchy-cli-core/rustls-tls"]
|
||||||
native-tls = ["crunchy-cli-core/native-tls"]
|
native-tls = ["crunchy-cli-core/native-tls"]
|
||||||
openssl-tls = ["dep:native-tls", "native-tls/openssl", "crunchy-cli-core/openssl-tls"]
|
openssl-tls = ["dep:native-tls-crate", "native-tls-crate/openssl", "crunchy-cli-core/openssl-tls"]
|
||||||
openssl-tls-static = ["dep:native-tls", "native-tls/openssl", "crunchy-cli-core/openssl-tls-static"]
|
openssl-tls-static = ["dep:native-tls-crate", "native-tls-crate/openssl", "crunchy-cli-core/openssl-tls-static"]
|
||||||
|
|
||||||
# deprecated
|
# deprecated
|
||||||
openssl = ["openssl-tls"]
|
openssl = ["openssl-tls"]
|
||||||
|
|
@ -20,7 +20,7 @@ openssl-static = ["openssl-tls-static"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||||
|
|
||||||
native-tls = { version = "0.2.11", optional = true }
|
native-tls-crate = { package = "native-tls", version = "0.2.11", optional = true }
|
||||||
|
|
||||||
crunchy-cli-core = { path = "./crunchy-cli-core" }
|
crunchy-cli-core = { path = "./crunchy-cli-core" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue