# 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 = "netperf" version = "0.2.7" authors = ["Ahmed Farghal "] description = "A network performance measurement tool" readme = "README.md" keywords = [ "network", "performance", "iperf3", ] categories = [ "command-line-utilities", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AhmedSoliman/netperf" [dependencies.anyhow] version = "1.0.68" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.1.4" features = [ "color", "derive", ] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.cling] version = "0.1.0" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.26" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.27.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt", "rt-multi-thread", "net", "time", "sync", "macros", "fs", "io-util", ] [dependencies.uuid] version = "1.3.0" features = ["v4"] [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tokio] version = "1.25.0" features = ["test-util"] [dev-dependencies.tokio-stream] version = "0.1.11"