]> git.proxmox.com Git - rustc.git/blob - vendor/native-tls/Cargo.toml
New upstream version 1.73.0+dfsg1
[rustc.git] / vendor / native-tls / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 name = "native-tls"
14 version = "0.2.11"
15 authors = ["Steven Fackler <sfackler@gmail.com>"]
16 description = "A wrapper over a platform's native TLS implementation"
17 readme = "README.md"
18 license = "MIT/Apache-2.0"
19 repository = "https://github.com/sfackler/rust-native-tls"
20
21 [package.metadata.docs.rs]
22 features = ["alpn"]
23 rustdoc-args = [
24 "--cfg",
25 "docsrs",
26 ]
27
28 [dev-dependencies.tempfile]
29 version = "3.0"
30
31 [dev-dependencies.test-cert-gen]
32 version = "0.7"
33
34 [features]
35 alpn = ["security-framework/alpn"]
36 vendored = ["openssl/vendored"]
37
38 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
39 version = "1.4.0"
40
41 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
42 version = "0.2"
43
44 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework]
45 version = "2.0.0"
46
47 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys]
48 version = "2.0.0"
49
50 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.tempfile]
51 version = "3.1.0"
52
53 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.log]
54 version = "0.4.5"
55
56 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl]
57 version = "0.10.29"
58
59 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-probe]
60 version = "0.1"
61
62 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys]
63 version = "0.9.55"
64
65 [target."cfg(target_os = \"windows\")".dependencies.schannel]
66 version = "0.1.17"