# 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-root-certs" version = "0.26.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mozilla trusted certificate authorities in self-signed X.509 format for use with crates other than 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_root_certs" path = "src/lib.rs" [[test]] name = "codegen" path = "tests/codegen.rs" [[test]] name = "smoketest" path = "tests/smoketest.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.ring] version = "0.17.0" [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"