# 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-reloadable-resolver" version = "0.6.0" description = """ A reloadable certificate resolver for rustls. """ readme = "README.md" keywords = [ "rustls", "utils", "certs", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/MOZGIII/rustls-cert-utils" [dependencies.async-trait] version = "0.1" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.reloadable-state] version = "0.1" [dependencies.rustls] version = "0.23" [dependencies.rustls-cert-read] version = "0.3" [dependencies.thiserror] version = "1" [dev-dependencies.rustls-cert-file-reader] version = "0.4"