[package] name = "mtunnel" version = "0.1.0" authors = ["misakachen "] edition = "2018" license = "MIT" documentation = "http://docs.rs/mtunnel" homepage = "https://github.com/cssivision/mtunnel" repository = "https://github.com/cssivision/mtunnel" description = "A tcp over http2 proxy" [dependencies] tokio = { version = "1.5", features = ["full"] } h2 = "0.3" tokio-rustls = "0.22" toml = "0.5" serde = "1.0" log = "0.4" http = "0.2.4" bytes = "1.0" env_logger = "0.8" getopts = "0.2" serde_derive = "1.0" serde_json = "1.0"