# 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 = "saitama" version = "0.0.13" description = "Load testing framework" readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.crossbeam] version = "0.8.1" [dependencies.log] version = "0.4.17" [dependencies.mckernant1-tools] version = "0.0.6" features = ["channels"] [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.serde_with] version = "2.0.1" features = ["chrono"] [dependencies.simplelog] version = "0.12.0"