engram-server 0.2.1

REST and MCP server for the Engram AI agent memory system
# 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"
name = "engram-server"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "REST and MCP server for the Engram AI agent memory system"
homepage = "https://engram.nexusentis.ie/research/"
readme = false
keywords = [
    "llm",
    "memory",
    "agent",
    "rag",
    "qdrant",
]
categories = [
    "science",
    "database",
]
license = "MIT"
repository = "https://github.com/nexusentis/engram"

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

[[bin]]
name = "engram-server"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.7"
features = ["macros"]

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

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
]

[dependencies.engram-agent]
version = "0.2.1"
features = ["memory"]

[dependencies.engram-core]
version = "0.2.1"
package = "engram-ai-core"

[dependencies.futures]
version = "0.3"

[dependencies.qdrant-client]
version = "1.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "trace",
    "compression-gzip",
    "timeout",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

[dependencies.utoipa]
version = "5"
features = [
    "chrono",
    "uuid",
]

[dependencies.uuid]
version = "1.6"
features = [
    "v7",
    "serde",
]

[dev-dependencies.engram-core]
version = "0.2.1"
features = ["test-helpers"]
package = "engram-ai-core"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "macros",
    "test-util",
]