# 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 = "ic-stable-structures" version = "0.6.5" 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" [dependencies.canbench-rs] version = "0.1.1" optional = true [dependencies.ic_principal] version = "0.1.1" default-features = false [dev-dependencies.candid] version = "0.10.3" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.ic-cdk] version = "0.12.1" [dev-dependencies.ic-cdk-macros] version = "0.8.4" [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"