crtx-store 0.1.1

SQLite persistence: migrations, repositories, transactions.
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-store"
version = "0.1.1"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite persistence: migrations, repositories, transactions."
documentation = "https://docs.rs/crtx-store"
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_store"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"