# 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 = "clobber" version = "0.3.0" authors = ["ragona "] description = "TCP load testing tool, written in async Rust" license = "MIT" repository = "https://github.com/ragona/clobber" [[bench]] name = "clobber_bench" harness = false [dependencies.async-std] version = "0.99.4" [dependencies.byte-mutator] version = "0.1.1" [dependencies.chrono] version = "0.4.7" [dependencies.clap] version = "2.33.0" [dependencies.crossbeam-channel] version = "0.3.9" [dependencies.ctrlc] version = "3.1.3" [dependencies.fern] version = "0.5.8" [dependencies.futures-preview] version = "0.3.0-alpha.17" [dependencies.futures-timer] version = "0.3.0" [dependencies.humantime] version = "1.2.0" [dependencies.log] version = "0.4.7" [dependencies.num_cpus] version = "1.10.1" [dependencies.rand] version = "0.7.0" [dependencies.serde] version = "1.0.102" [dependencies.serde_derive] version = "1.0.102" [dependencies.spin_sleep] version = "0.3.7" [dependencies.toml] version = "0.5.5" [dev-dependencies.criterion] version = "0.2"