# 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-rs" version = "0.1.8" description = "The rust library for `canbench`, the 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" [lib] path = "src/lib.rs" [dependencies.canbench-rs-macros] version = "0.1.8" [dependencies.candid] version = "0.10.3" [dependencies.ic-cdk] version = "0.12.1" [dependencies.serde] version = "1.0" [dev-dependencies.ic-cdk-macros] version = "0.8.4" [features] canbench = []