# 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 = "b3-stable-structures" version = "0.5.9" include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "A collection of data structures for fearless canister upgrades." homepage = "https://docs.rs/b3-stable-structures" documentation = "https://docs.rs/b3-stable-structures" readme = "README.md" keywords = [ "internet-computer", "dfinity", "stable-structures", ] license = "Apache-2.0" repository = "https://github.com/dfinity/stable-structures" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.ic0] version = "0.18.11" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.ic-cdk] version = "0.10" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.proptest] version = "1" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.test-strategy] version = "0.3.1"