[package]
edition = "2021"
rust-version = "1.75.0"
name = "constitutional-memory"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed charter and archive surface crate with bounded amendment checks; not a hidden governance runtime"
readme = "README.md"
license = "MIT"
[lib]
name = "constitutional_memory"
path = "src/lib.rs"
[[test]]
name = "amendment_slice"
path = "tests/amendment_slice.rs"
[[test]]
name = "archive_compaction_slice"
path = "tests/archive_compaction_slice.rs"
[[test]]
name = "property_contracts"
path = "tests/property_contracts.rs"
[dependencies.schemars]
version = "0.8.22"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.stack-ids]
version = "0.1.1"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.serde_json]
version = "1.0.149"
[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"
[lints.clippy.expect_used]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"