# 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 = "certain-certificate" version = "0.2.0" authors = ["André Storfjord Kristiansen"] exclude = [ ".devcontainer/**", ".github/**", ".cargo/**", ] description = "High level certificate wrapper." homepage = "https://github.com/dev-bio/certain-certificate" readme = "README.md" license = "MIT" repository = "https://github.com/dev-bio/certain-certificate" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.rustls] version = "0.21.1" features = ["dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.6.2" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.webpki] version = "0.22.0" [dependencies.webpki-roots] version = "0.22.6" [dependencies.x509-parser] version = "0.15.0"