# 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 = "easy-tokio-rustls" version = "0.1.3" authors = ["Kenneth Wilke "] description = "This library provides convenient abstractions for creating simple TLS sockets with `tokio-rustls.`" readme = "README.md" license = "MIT" repository = "https://github.com/KennethWilke/easy-tokio-rustls" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.base64] version = "0.13.0" [dependencies.regex] version = "1.5.5" [dependencies.rustls-pemfile] version = "1.0.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tokio-rustls] version = "0.23.3" [dependencies.webpki-roots] version = "0.22.3"