# 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_instruments" version = "0.2.0-alpha.2" authors = ["ThetaSinner"] description = "Instruments for measuring performance with Wind Tunnel" 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.influxdb] version = "0.7.3-beta.1" features = ["reqwest-client-native-tls-vendored"] default-features = false package = "ts_influxdb" [dependencies.influxive-core] version = "0.0.2-alpha.1" [dependencies.log] version = "0.4.20" [dependencies.opentelemetry_api] version = "0.20.0" features = ["metrics"] [dependencies.parking_lot] version = "0.12.1" [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.wind_tunnel_core] version = "0.2.0-alpha.2" [lints.rust] unsafe_code = "forbid"