# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tls-tunnel" version = "0.1.3" authors = ["Shane Curran "] description = "Rust TLS over TCP tunnel" readme = "README.md" license = "MIT" repository = "https://github.com/shanecurran/tls-tunnel" [dependencies.futures] version = "0.3.15" [dependencies.tokio] version = "1.5.0" features = ["rt-multi-thread", "macros", "io-util", "net"] [dependencies.tokio-rustls] version = "0.22.0" [dependencies.url] version = "2.2.2" [dependencies.webpki] version = "0.21.0" [dependencies.webpki-roots] version = "0.21.0"