# 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 = "dispatch-proxy" version = "0.2.0" authors = ["Alexandre Kirszenberg "] description = "A SOCKS proxy that balances traffic between network interfaces." readme = "README.md" keywords = [ "SOCKS", "proxy", "dispatch", "network", "interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alexkirsz/dispatch" [profile.dist] lto = "thin" inherits = "release" [profile.release] debug = 2 [[bin]] name = "dispatch" path = "src/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.color-eyre] version = "0.6" features = ["issue-url"] [dependencies.directories] version = "5" [dependencies.eyre] version = "0.6" [dependencies.network-interface] version = "1" [dependencies.owo-colors] version = "4" [dependencies.percent-encoding] version = "2" [dependencies.socksv5] version = "0.3" features = ["tokio"] default-features = false [dependencies.sysinfo] version = "0.30" [dependencies.term-table] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "net", "rt-multi-thread", "io-util", ] [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.3"