# 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 = "ex3-ic-stable-structures" version = "0.6.0-beta.3" include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "A collection of data structures for fearless canister upgrades." homepage = "https://docs.rs/ic-stable-structures" documentation = "https://docs.rs/ic-stable-structures" readme = "README.md" keywords = [ "internet-computer", "dfinity", "stable-structures", ] license = "Apache-2.0" repository = "https://github.com/dfinity/stable-structures" [lib] bench = false [[bench]] name = "benchmarks" path = "benchmarks/benchmark.rs" harness = false [dev-dependencies.candid] version = "0.9.5" [dev-dependencies.clap] version = "4.0.11" features = ["derive"] [dev-dependencies.colored] version = "2.0.4" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.ic-cdk] version = "0.10.0" [dev-dependencies.ic-cdk-macros] version = "0.7.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.proptest] version = "1" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.test-strategy] version = "0.3.1"