# 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 = "rustls-cert-file-reader" version = "0.4.0" description = """ A rustls certificate chain and private key file reader. """ readme = "README.md" keywords = [ "rustls", "utils", "certs", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/MOZGIII/rustls-cert-utils" [dependencies.rustls-cert-read] version = "0.3" [dependencies.rustls-pemfile] version = "2" [dependencies.rustls-pki-types] version = "1.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["fs"]