dejadb-server 1.0.1

Web console and sync-hub server for DejaDB.
Documentation
# 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-server"
version = "1.0.1"
authors = ["MindGryd Software Private Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web console and sync-hub server for DejaDB."
homepage = "https://github.com/AreevAI/dejadb"
readme = "README.md"
keywords = [
    "memory",
    "server",
    "sync",
    "ai-agents",
    "http",
]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AreevAI/dejadb"

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

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