[package] name = "h2sr" version = "0.1.0" authors = ["jasondhli "] edition = "2018" license = " Apache-2.0" description = "http-to-socks5 proxy router" repository = "https://github.com/Jason5Lee/h2sr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = { version = "0.14", features = ["full"] } futures-util = "0.3" tokio = { version = "1.0", features = ["full"] } http = "0.2" tokio-socks = "0.5" anyhow = "1.0" clap = "2.33" directories = "3.0" serde = { version = "1.0", features = ["derive"] } toml = "0.5" iprange = "0.6" ipnet = "2.3"