# 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 = "libfatigue" version = "0.2.14" authors = ["Dylan Ross "] description = "an extensible load testing library" homepage = "https://github.com/pdylanross/fatigue" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pdylanross/fatigue" resolver = "1" [dependencies.async-trait] version = "0.1.73" [dependencies.csv] version = "1.3.0" [dependencies.dashmap] version = "5.2.0" [dependencies.futures] version = "0.3.28" [dependencies.hdrhistogram] version = "7.5.2" [dependencies.humantime-serde] version = "1.1.1" [dependencies.liquid] version = "0.26.4" [dependencies.num_cpus] version = "1.16.0" [dependencies.petname] version = "1.1.2" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.url] version = "2.4.1"