[dependencies.candid]
version = "0.10.18"
[dependencies.serde]
version = "1"
[dependencies.serde_bytes]
version = "0.11"
[dependencies.sha2]
version = "0.10"
[dev-dependencies.bincode]
version = "1.3.3"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.ic-cdk]
version = "0.18.7"
[dev-dependencies.serde_cbor]
version = "0.11"
[lib]
name = "ic_certified_map"
path = "src/lib.rs"
[package]
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "cryptography", "cryptography::cryptocurrencies"]
description = "Merkleized map data structure."
documentation = "https://docs.rs/ic-certified-map"
edition = "2024"
homepage = "https://docs.rs/ic-certified-map"
include = ["src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
keywords = ["internet-computer", "types", "dfinity", "map"]
license = "Apache-2.0"
name = "ic-certified-map"
readme = "README.md"
repository = "https://github.com/dfinity/cdk-rs"
rust-version = "1.85.0"
version = "0.4.1"