[package] name = "sltunnel" description = "A simple TLS tunneling implementation, written in Rust." version = "0.1.0" license = "MIT" license-file = "LICENCE.md" readme = "README.md" homepage = "https://github.com/siketyan/sltunnel" repository = "https://github.com/siketyan/sltunnel" documentation = "https://github.com/siketyan/sltunnel/#readme" keywords = ["rust-library", "tls-tunnel", "firewall-bypass"] authors = ["Naoki Ikeguchi "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2", features = ["io-util", "macros", "tcp", "rt-core"] } tokio-rustls = "0.14"