ic-stable-structures 0.6.9

A collection of data structures for fearless canister upgrades.
Documentation
[dependencies.canbench-rs]
optional = true
version = "0.2.0"

[dependencies.ic_principal]
default-features = false
version = "0.1.1"

[dev-dependencies.candid]
version = "0.10.14"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.ic-cdk]
version = "0.17.2"

[dev-dependencies.ic-cdk-macros]
version = "0.17.2"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.proptest]
version = "1.7.0"

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.test-strategy]
version = "0.4.1"

[features]
bench_scope = ["dep:canbench-rs"]

[lib]
name = "ic_stable_structures"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A collection of data structures for fearless canister upgrades."
documentation = "https://docs.rs/ic-stable-structures"
edition = "2021"
homepage = "https://docs.rs/ic-stable-structures"
include = ["Cargo.toml", "LICENSE", "README.md", "src"]
keywords = ["dfinity", "internet-computer", "stable-structures"]
license = "Apache-2.0"
name = "ic-stable-structures"
readme = "README.md"
repository = "https://github.com/dfinity/stable-structures"
version = "0.6.9"