| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies |
| # |
| # If you believe there's an error in this file please file an |
| # issue against the rust-lang/cargo repository. If you're |
| # editing this file be aware that the upstream Cargo.toml |
| # will likely look very different (and much more reasonable) |
| |
| [package] |
| edition = "2018" |
| name = "rustls-native-certs" |
| version = "0.3.0" |
| authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"] |
| description = "rustls-native-certs allows rustls to use the platform native certificate store" |
| homepage = "https://github.com/ctz/rustls-native-certs" |
| readme = "README.md" |
| categories = ["network-programming", "cryptography"] |
| license = "Apache-2.0/ISC/MIT" |
| repository = "https://github.com/ctz/rustls-native-certs" |
| [dependencies.rustls] |
| version = "0.17.0" |
| [dev-dependencies.ring] |
| version = "0.16.5" |
| |
| [dev-dependencies.untrusted] |
| version = "0.7.0" |
| |
| [dev-dependencies.webpki] |
| version = "0.21" |
| |
| [dev-dependencies.webpki-roots] |
| version = "0" |
| [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe] |
| version = "0.1.2" |
| [target."cfg(target_os = \"macos\")".dependencies.security-framework] |
| version = "0.4.0" |
| [target."cfg(windows)".dependencies.schannel] |
| version = "0.1.15" |