# 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 = "proxus" version = "0.1.3" authors = ["ToastXC contact@toastxc.xyz"] description = "A TCP reverse proxy for Linux" readme = "README.md" license = "GPL-3.0-only" [dependencies.anyhow] version = "1.0.81" [dependencies.futures] version = "0.3.28" features = ["thread-pool"] default-features = false [dependencies.serde] version = "1.0.189" features = ["derive"] default-features = false [dependencies.tokio] version = "1.33.0" features = [ "io-util", "net", "macros", "rt-multi-thread", "time", ] default-features = false [dependencies.toml] version = "0.8.2" [dependencies.validator] version = "0.16.1" features = ["derive"] default-features = false