# 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 = "atomic-bomb-engine" version = "0.41.1" description = "A high performance torture testing engine" license = "MIT" [lib] name = "atomic_bomb_engine" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3.30" [dependencies.handlebars] version = "5.1.2" [dependencies.histogram] version = "0.10.0" [dependencies.jsonpath_lib] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.os_info] version = "3.7.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.4" features = [ "json", "stream", "cookies", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [] [dependencies.time] version = "0.3.34" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.winapi] version = "0.3" features = [ "winbase", "winnt", ] optional = true [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winbase"]