# 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-demo" version = "0.10.0" build = "build.rs" description = "Demo ABCperf binary using MinBFT" license = "MIT" repository = "https://github.com/abcperf/demo" [dependencies.abcperf] version = "0.10.0" [dependencies.abcperf-generic-client] version = "0.10.0" [dependencies.abcperf-minbft] version = "0.10.0" [dependencies.abcperf-noop] version = "0.10.0" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4.14" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.tracing] version = "0.1.10" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.usig] version = "0.10.0" [build-dependencies.vergen] version = "8.0.0" features = [ "git", "gitcl", ]