# 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 = "wind_tunnel_runner" version = "0.2.0-alpha.2" authors = ["ThetaSinner"] description = "The Wind Tunnel runner" homepage = "https://github.com/holochain/wind-tunnel" categories = [ "development-tools::testing", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/holochain/wind-tunnel" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.derive_more] version = "0.99.17" [dependencies.env_logger] version = "0.11.2" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.sysinfo] version = "0.30.6" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.wind_tunnel_core] version = "0.2.0-alpha.2" [dependencies.wind_tunnel_instruments] version = "0.2.0-alpha.2" [lints.rust] unsafe_code = "forbid"