# 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 = "abcperf-noop" version = "0.10.0" description = "A No-Op Application for ABCperf" license = "MIT" repository = "https://github.com/abcperf/abcperf" [dependencies.abcperf] version = "0.10.0" [dependencies.abcperf-client-proxy] version = "0.10.0" [dependencies.abcperf-generic-client] version = "0.10.0" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.52" [dependencies.futures] version = "0.3.19" [dependencies.minbft] version = "0.10.0" [dependencies.reqwest] version = "0.11.8" features = [ "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.shared-ids] version = "0.10.0" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.tracing] version = "0.1.10"