# 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 = "devproxy" version = "0.1.1" authors = ["CarlG"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A local development proxy for testing different network conditions" readme = "README.md" keywords = [ "devproxy", "proxy", "development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/theCarlG/devproxy" [[bin]] name = "devproxy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.fastrand] version = "2.1.1" [dependencies.humansize] version = "2.1.3" [dependencies.tokio] version = "1.41.0" features = [ "rt-multi-thread", "net", "tracing", "io-util", "rt", "mio", "tokio-macros", "macros", "time", ] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.time] version = "0.3.34" features = [ "formatting", "parsing", ]