dejadb 1.0.0

Command-line interface for DejaDB, the embedded memory engine for AI agents.
# 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.90.0"
name = "dejadb"
version = "1.0.0"
authors = ["MindGryd Software Private Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for DejaDB, the embedded memory engine for AI agents."
homepage = "https://github.com/AreevAI/dejadb"
readme = "README.md"
keywords = [
    "memory",
    "cli",
    "ai-agents",
    "llm",
    "database",
]
categories = [
    "command-line-utilities",
    "database-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AreevAI/dejadb"

[[bin]]
name = "deja"
path = "src/main.rs"

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

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

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

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

[dependencies.dejadb-cal]
version = "1.0.0"

[dependencies.dejadb-context]
version = "1.0.0"

[dependencies.dejadb-core]
version = "1.0.0"

[dependencies.dejadb-mcp]
version = "1.0.0"

[dependencies.dejadb-server]
version = "1.0.0"

[dependencies.dejadb-store]
version = "1.0.0"

[dependencies.serde_json]
version = "1"

[dependencies.zeroize]
version = "1"

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