You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
921 B
23 lines
921 B
4 years ago
|
--- tokio-native-tls-0.3.0/Cargo.toml 2020-12-24T17:24:00+00:00
|
||
|
+++ tokio-native-tls-0.3.0/Cargo.toml 2021-03-06T22:43:16.388259+00:00
|
||
|
@@ -21,6 +21,7 @@
|
||
|
categories = ["asynchronous", "network-programming"]
|
||
|
license = "MIT"
|
||
|
repository = "https://github.com/tokio-rs/tls"
|
||
|
+exclude = ["/scripts"]
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
[dependencies.native-tls]
|
||
|
@@ -54,11 +55,3 @@
|
||
|
features = ["full"]
|
||
|
[target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl]
|
||
|
version = "0.10"
|
||
|
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework]
|
||
|
-version = "0.2"
|
||
|
-[target."cfg(windows)".dev-dependencies.schannel]
|
||
|
-version = "0.1"
|
||
|
-
|
||
|
-[target."cfg(windows)".dev-dependencies.winapi]
|
||
|
-version = "0.3"
|
||
|
-features = ["lmcons", "basetsd", "minwinbase", "minwindef", "ntdef", "sysinfoapi", "timezoneapi", "wincrypt", "winerror"]
|