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