# 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-ccadb" version = "0.1.0" description = "Common CA Database (CCADB) interface for use with webpki-roots" homepage = "https://github.com/rustls/webpki-roots" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rustls/webpki-roots" [dependencies.chrono] version = "0.4.26" features = ["clock"] default-features = false [dependencies.csv] version = "1.2.2" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.pki-types] version = "1" default-features = false package = "rustls-pki-types" [dependencies.reqwest] version = "0.11" features = ["rustls-tls-manual-roots"] [dependencies.rustls-pemfile] version = "2.0.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.webpki] version = "0.102" features = ["alloc"] package = "rustls-webpki" [dependencies.x509-parser] version = "0.15.1" [dependencies.yasna] version = "0.5.2"