second-brain-api 0.2.0

HTTP API server for second-brain: REST endpoints for recall, remember, and ingest
[package]
name = "second-brain-api"
version.workspace = true
edition.workspace = true
description = "HTTP API server for second-brain: REST endpoints for recall, remember, and ingest"
license.workspace = true
repository.workspace = true
keywords = ["memory", "api", "knowledge-graph", "ai-agents"]
categories = ["web-programming::http-server"]
publish = true

[dependencies]
second-brain-core = { path = "../core", version = "0.2.0" }
second-brain-adapters = { path = "../adapters", version = "0.2.0" }
second-brain-sync = { path = "../sync", version = "0.2.0" }
chrono.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
uuid.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
axum = "0.8"
tower-http = { version = "0.6", features = ["cors", "trace"] }
hostname = "0.4"
notify = "7"