[[bin]]
name = "codex-memory"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "env"]
version = "4.4"
[dependencies.dotenvy]
version = "0.15"
[dependencies.hex]
version = "0.4"
[dependencies.jsonrpc-core]
version = "18.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.sqlx]
default-features = false
features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json", "macros"]
version = "0.8"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "signal", "io-std"]
version = "1.41"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.11"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.serial_test]
version = "3.0"
[dev-dependencies.sqlx]
default-features = false
features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json", "macros"]
version = "0.8"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.url]
version = "2.5"
[features]
architecture_tests = []
default = []
[lib]
name = "codex_memory"
path = "src/lib.rs"
[package]
authors = ["C. Thomas Brittain, aka, Ladvien <cthomasbrittain@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "command-line-utilities"]
description = "A simple memory storage service with MCP interface for Claude Desktop"
edition = "2021"
homepage = "https://github.com/Ladvien/codex-memory"
keywords = ["memory", "storage", "mcp", "claude", "database"]
license = "GPL-3.0"
name = "codex-memory"
readme = "README.md"
repository = "https://github.com/Ladvien/codex-memory"
version = "3.0.6"
[[test]]
name = "architecture_test"
path = "tests/architecture_test.rs"
[[test]]
name = "build_system_test"
path = "tests/build_system_test.rs"
[[test]]
name = "configuration_test"
path = "tests/configuration_test.rs"
[[test]]
name = "e2e_tests"
path = "tests/e2e_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"