# 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 = "2021" name = "pki" version = "0.2.2" authors = ["Dmitry Pankratov "] description = "Public key infrastructure tools for Rust" documentation = "https://docs.rs/pki" readme = "README.md" keywords = [ "pki", "x509", "certificate", "tls", ] license = "MIT/Apache-2.0" repository = "https://github.com/ancwrd1/pki-rs" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.thiserror] version = "1" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.rustls] version = "0.23" features = [ "std", "tls12", "ring", ] default-features = false [dev-dependencies.rustls-pki-types] version = "1" [features] default = [] vendored-openssl = ["openssl/vendored"]