# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wsl-auto-forward" version = "0.2.1" description = "A tool that can automatically forward local TCP and UDP requests to WSL2" homepage = "https://github.com/avalon1610/wsl-auto-forward" readme = "README.md" license = "MIT" repository = "https://github.com/avalon1610/wsl-auto-forward" [dependencies.anyhow] version = "1.0.58" [dependencies.bytes] version = "1.1.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.parking_lot] version = "0.12.1" [dependencies.paste] version = "1.0.9" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1" features = ["full"]