# 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-client" 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 = "An async client library for Toxiproxy and its Rust port, Noxious" documentation = "https://docs.rs/noxious-client" keywords = ["proxy", "toxiproxy", "chaos", "tcp"] categories = ["network-programming", "development-tools"] license = "MIT OR Apache-2.0" [[test]] name = "client" [dependencies.noxious] version = "0.1.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "^1.0.123" features = ["derive"] [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1" features = ["macros", "sync", "net", "rt", "signal"] [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" [dev-dependencies.wiremock] version = "0.5" [badges.codecov] branch = "main" repository = "oguzbilgener/noxious" service = "github" [badges.maintenance] status = "actively-developed"