Skip to content

Commit

Permalink
tokio-native-tls: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 30, 2023
1 parent 357bc56 commit 7c40a0f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions tokio-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,37 +30,12 @@ vendored = ["native-tls/vendored"]

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "io-util", "net"] }
tokio-util = { version = "0.7.4", features = ["full"] }

cfg-if = "1.0"
env_logger = { version = "0.10", default-features = false }
futures = { version = "0.3.0", features = ["async-await"] }

tempfile = "3.1"
lazy_static = "1.4.0"

[target.'cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))'.dev-dependencies]
openssl = "0.10"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dev-dependencies]
security-framework = "0.2"

[target.'cfg(windows)'.dev-dependencies]
schannel = "0.1"

[target.'cfg(windows)'.dev-dependencies.winapi]
version = "0.3"
features = [
"lmcons",
"basetsd",
"minwinbase",
"minwindef",
"ntdef",
"sysinfoapi",
"timezoneapi",
"wincrypt",
"winerror",
]

[package.metadata.docs.rs]
all-features = true

0 comments on commit 7c40a0f

Please sign in to comment.