crtx-memory 0.1.1

Memory lifecycle, salience, decay policies, and contradiction objects.
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.88"
name = "crtx-memory"
version = "0.1.1"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory lifecycle, salience, decay policies, and contradiction objects."
documentation = "https://docs.rs/crtx-memory"
readme = "README.md"
keywords = [
    "agents",
    "memory",
    "llm",
    "audit",
    "substrate",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cortex"

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

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]

[dependencies.cortex-core]
version = "0.1.1"
package = "crtx-core"

[dependencies.cortex-llm]
version = "0.1.1"
package = "crtx-llm"

[dependencies.cortex-store]
version = "0.1.1"
package = "crtx-store"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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