[package]
edition = "2021"
rust-version = "1.88"
name = "cordance-cortex"
version = "0.1.1"
authors = ["Cordance contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cordance Cortex adapter. Emits candidate receipts; never writes to the cortex repo or runtime."
homepage = "https://github.com/0ryant/cordance"
documentation = "https://docs.rs/cordance-cortex"
readme = "README.md"
keywords = [
"cordance",
"cortex",
"memory",
"receipts",
"ai-agents",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cordance"
[lib]
name = "cordance_cortex"
path = "src/lib.rs"
[[test]]
name = "builder"
path = "tests/builder.rs"
[dependencies.camino]
version = "1"
features = ["serde1"]
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.cordance-core]
version = "0.1.1"
[dependencies.hex]
version = "0.4"
[dependencies.jsonschema]
version = "0.18"
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.insta]
version = "1"
features = [
"json",
"yaml",
]
[dev-dependencies.tempfile]
version = "3"
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1