[package] name = "forward" description = "open a TCP port and foward all trafics through a proxy to another server or port" version = "0.1.0-alpha.1" authors = ["EqualMa "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2", features = ["full"] } byteorder = "1.3.2" futures = "0.3.1"