# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "barebones-x509" version = "0.5.2" authors = ["Parity Technologies ", "Demi Marie Obenour "] description = "Low-level X.509 parsing and signature verification library" readme = "README.md" keywords = ["X509", "ASN1", "cryptography", "pki"] license = "MIT OR Apache-2.0" repository = "https://github.com/DemiMarie/barebones-x509" [package.metadata.docs.rs] rustc-args = ["--cfg", "docsrs"] [dependencies.r] version = "0.19.1" optional = true package = "rustls" [dependencies.ring] version = "0.16.20" default-features = false [dependencies.untrusted] version = "0.7.1" [dependencies.w] version = "0.21.4" optional = true default-features = false package = "webpki" [dev-dependencies.chrono] version = "0.4.19" [features] default = ["rsa"] legacy-certificates = [] obsolete-unique-ids = ["legacy-certificates"] rsa = ["ring/alloc"] rustls = ["r", "std"] std = ["w/std"] webpki = ["w"]