# 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 = "windsock" version = "0.2.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "database/service benchmarking framework" readme = "readme.md" license = "Apache-2.0" repository = "https://github.com/shotover/windsock" [lib] name = "windsock" path = "src/lib.rs" [[bench]] name = "windsock" path = "benches/windsock/main.rs" harness = false [dependencies.anyhow] version = "1.0.76" [dependencies.async-trait] version = "0.1.68" [dependencies.bincode] version = "1.3.1" [dependencies.clap] version = "4.0.4" features = [ "cargo", "derive", ] [dependencies.console] version = "0.15.5" [dependencies.copy_dir] version = "0.1.2" [dependencies.serde] version = "1.0.111" features = [ "derive", "derive", ] [dependencies.strum] version = "0.26.0" features = ["derive"] [dependencies.time] version = "0.3.25" features = ["serde"] [dependencies.tokio] version = "1.25.0" features = [ "full", "macros", ] [dev-dependencies.docker-compose-runner] version = "0.3.0" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.scylla] version = "0.14.0" features = ["ssl"]