# 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 = "canbench" version = "0.1.8" description = "A benchmarking framework for canisters on the Internet Computer." readme = "README.md" keywords = [ "internet-computer", "benchmark", "canister", "ic", "perf", ] license = "Apache-2.0" repository = "https://github.com/dfinity/canbench" [[bin]] name = "canbench" path = "src/main.rs" [dependencies.canbench-rs] version = "0.1.8" [dependencies.candid] version = "0.10.3" [dependencies.clap] version = "4.0.11" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.flate2] version = "1.0.28" [dependencies.hex] version = "0.4.3" [dependencies.pocket-ic] version = "6.0.0" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "rustls-tls-webpki-roots", ] default-features = false [dependencies.semver] version = "1.0.21" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.sha256] version = "1.5.0" [dependencies.tempfile] version = "3.3.0" [dependencies.wasmparser] version = "0.119.0" [dev-dependencies.pretty_assertions] version = "1.4.0"