# 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 = "fatigue" version = "0.2.14" authors = ["Dylan Ross "] description = "an extensible load testing tool" homepage = "https://github.com/pdylanross/fatigue" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pdylanross/fatigue" resolver = "1" [dependencies.clap] version = "4.1.9" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.crossterm] version = "0.26.1" [dependencies.figment] version = "0.10.11" features = [ "env", "yaml", ] [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.11.0" [dependencies.libfatigue] version = "0.2.14" [dependencies.num-format] version = "0.4.4" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = ["full"]