rustdesk/vendor/webpki-roots/Cargo.toml

76 lines
1.6 KiB
TOML

# 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 = "2018"
name = "webpki-roots"
version = "0.26.6"
build = 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 = "MPL-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.hex]
version = "0.4.3"
[dev-dependencies.percent-encoding]
version = "2.3"
[dev-dependencies.rcgen]
version = "0.13"
[dev-dependencies.ring]
version = "0.17.0"
[dev-dependencies.rustls]
version = "0.23"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dev-dependencies.webpki]
version = "0.102"
features = ["alloc"]
package = "rustls-webpki"
[dev-dependencies.x509-parser]
version = "0.16.0"
[dev-dependencies.yasna]
version = "0.5.2"