Files
cli/vendor/webpki-roots/Cargo.toml

78 lines
1.6 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.64"
name = "webpki-roots"
version = "1.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mozilla's CA root certificates for use with webpki"
homepage = "https://github.com/rustls/webpki-roots"
readme = "README.md"
license = "CDLA-Permissive-2.0"
repository = "https://github.com/rustls/webpki-roots"
[lib]
name = "webpki_roots"
path = "src/lib.rs"
[[test]]
name = "codegen"
path = "tests/codegen.rs"
[[test]]
name = "verify"
path = "tests/verify.rs"
[dependencies.pki-types]
version = "1.8"
default-features = false
package = "rustls-pki-types"
[dev-dependencies.aws-lc-rs]
version = "1.15.2"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.percent-encoding]
version = "2.3"
[dev-dependencies.rcgen]
version = "0.14.3"
[dev-dependencies.rustls]
version = "0.23"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dev-dependencies.webpki]
version = "0.103"
features = ["alloc"]
package = "rustls-webpki"
[dev-dependencies.x509-parser]
version = "0.18"
[dev-dependencies.yasna]
version = "0.5.2"