mimir-core 0.1.0

Mimir — agent-first memory core: foundational types and invariants.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.89"
name = "mimir-core"
version = "0.1.0"
authors = ["Alain Dormehl <alaindormehl@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mimir — agent-first memory core: foundational types and invariants."
homepage = "https://github.com/buildepicshit/Mimir"
documentation = "https://docs.rs/mimir-core"
readme = "README.md"
keywords = [
    "agent",
    "memory",
    "llm",
    "claude",
    "compiler",
]
categories = [
    "data-structures",
    "database-implementations",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/buildepicshit/Mimir"

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

[[test]]
name = "decay_integration"
path = "tests/decay_integration.rs"

[[test]]
name = "doc_drift_tests"
path = "tests/doc_drift_tests.rs"

[[test]]
name = "observability"
path = "tests/observability.rs"

[[test]]
name = "properties"
path = "tests/properties.rs"

[[test]]
name = "workspace_lock"
path = "tests/workspace_lock.rs"

[[bench]]
name = "read_path"
path = "benches/read_path.rs"
harness = false

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"
features = ["parse"]
default-features = false

[dependencies.tracing]
version = "0.1"
features = [
    "std",
    "attributes",
]
default-features = false

[dependencies.ulid]
version = "1.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

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

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "std",
    "fmt",
    "json",
    "registry",
    "env-filter",
]
default-features = false

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "warn"
todo = "warn"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"