# 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 = "tokio-tls-upgrade" version = "0.1.0" description = "Upgrade a TCP stream to a TLS stream using certificates and keys in PEM format." readme = "README.md" keywords = [ "network", "tls", "tcp", "stream", "tokio", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/starkbamse/tokio-tls-upgrade" [dependencies.log] version = "0.4.22" [dependencies.rcgen] version = "0.13.1" features = ["aws_lc_rs"] [dependencies.rustls] version = "0.23.12" [dependencies.rustls-pemfile] version = "2.1.3" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0"