# 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-channel-resolver" version = "0.3.0" authors = ["asonix "] description = "A simple single-cert channel-ish rustls resolver for live-reloading certificate files" readme = "README.md" keywords = [ "ruslts", "tls", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/rustls-resolver" [[bench]] name = "parallel_access" harness = false [dependencies.nanorand] version = "0.7.0" [dependencies.rustls] version = "0.23" default-features = false [dev-dependencies.actix-web] version = "4.6.0" features = ["rustls-0_23"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rustls] version = "0.23" [dev-dependencies.rustls-pemfile] version = "2.0.0" [dev-dependencies.tokio] version = "1.35.1" features = ["fs"]