[package] edition = "2021" name = "wsl-auto-forward" version = "0.2.1" repository = "https://github.com/avalon1610/wsl-auto-forward" homepage = "https://github.com/avalon1610/wsl-auto-forward" description = "A tool that can automatically forward local TCP and UDP requests to WSL2" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.58" bytes = "1.1.0" env_logger = "0.9.0" futures = "0.3.25" log = "0.4.17" parking_lot = "0.12.1" paste = "1.0.9" structopt = "0.3.26" tokio = {version = "1", features = ["full"]}