Files
cli/vendor/rustls-native-certs-0.7.3/Cargo.toml

91 lines
2.0 KiB
TOML
Raw Normal View History

# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.60"
name = "rustls-native-certs"
version = "0.7.3"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rustls-native-certs allows rustls to use the platform native certificate store"
homepage = "https://github.com/rustls/rustls-native-certs"
readme = "README.md"
categories = [
"network-programming",
"cryptography",
]
license = "Apache-2.0 OR ISC OR MIT"
repository = "https://github.com/rustls/rustls-native-certs"
[lib]
name = "rustls_native_certs"
path = "src/lib.rs"
[[example]]
name = "google"
path = "examples/google.rs"
[[example]]
name = "print-trust-anchors"
path = "examples/print-trust-anchors.rs"
[[test]]
name = "compare_mozilla"
path = "tests/compare_mozilla.rs"
[[test]]
name = "smoketests"
path = "tests/smoketests.rs"
[dependencies.pki-types]
version = "1"
package = "rustls-pki-types"
[dependencies.rustls-pemfile]
version = "2"
[dev-dependencies.ring]
version = "0.17"
[dev-dependencies.rustls]
version = "0.23"
[dev-dependencies.rustls-webpki]
version = "0.102"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tempfile]
version = "3.5"
[dev-dependencies.untrusted]
version = "0.9"
[dev-dependencies.webpki-roots]
version = "0.26"
[dev-dependencies.x509-parser]
version = "0.16"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-probe]
version = "0.1.2"
[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "2"
[target."cfg(windows)".dependencies.schannel]
version = "0.1"