ic-memory 0.39.13

Persistent allocation-governance infrastructure for Internet Computer stable memory
Documentation
[package]
name = "ic-memory"
edition = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
license = { workspace = true }
description = "Persistent allocation-governance infrastructure for Internet Computer stable memory"
readme = "README.md"
documentation = "https://docs.rs/ic-memory"
homepage = { workspace = true }
repository = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
publish = true

[dependencies]
serde = { workspace = true, features = ["alloc", "derive"] }
thiserror = { workspace = true }

[lints]
workspace = true