[dependencies.pki-types]
default-features = false
package = "rustls-pki-types"
version = "1.8"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.percent-encoding]
version = "2.3"
[dev-dependencies.ring]
version = "0.17.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[dev-dependencies.webpki]
features = ["alloc"]
package = "rustls-webpki"
version = "0.102"
[dev-dependencies.x509-parser]
version = "0.16.0"
[lib]
name = "webpki_root_certs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Mozilla trusted certificate authorities in self-signed X.509 format for use with crates other than webpki"
edition = "2018"
homepage = "https://github.com/rustls/webpki-roots"
license = "MPL-2.0"
name = "webpki-root-certs"
readme = "README.md"
repository = "https://github.com/rustls/webpki-roots"
version = "0.26.7"
[[test]]
name = "codegen"
path = "tests/codegen.rs"
[[test]]
name = "smoketest"
path = "tests/smoketest.rs"