# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "noxious" version = "1.0.4" authors = ["Oguz Bilgener "] include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", "benches/**/*.rs"] description = "The core library for noxious, a Rust port of Toxiproxy" documentation = "https://docs.rs/noxious" keywords = ["proxy", "toxiproxy", "chaos", "tcp"] categories = ["network-programming", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/oguzbilgener/noxious" [dependencies.async-trait] version = "0.1.47" [dependencies.bmrng] version = "0.4.0" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.12" [dependencies.mockall_double] version = "0.2.0" [dependencies.pin-project-lite] version = "0.2.6" [dependencies.rand] version = "0.8.3" features = ["std_rng"] [dependencies.serde] version = "^1.0.123" features = ["derive"] [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1" features = ["net", "sync", "signal", "io-util", "rt", "macros", "time"] [dependencies.tokio-util] version = "0.6.3" features = ["codec"] [dependencies.tracing] version = "0.1.25" features = ["log"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.mockall] version = "0.9.1" [dev-dependencies.serde_json] version = "^1.0.62" [dev-dependencies.tokio] version = "1" features = ["net", "sync", "signal", "io-util", "rt", "macros", "time", "test-util"] [dev-dependencies.tokio-test] version = "0.4.0" [badges.codecov] branch = "main" repository = "oguzbilgener/noxious" service = "github" [badges.maintenance] status = "actively-developed"