clawdb-server 0.1.2

gRPC and HTTP server for the ClawDB cognitive database.
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.75"
name = "clawdb-server"
version = "0.1.2"
authors = ["Claw-DB Contributors"]
build = "build.rs"
exclude = [
    "target/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC and HTTP server for the ClawDB cognitive database."
homepage = "https://github.com/Claw-DB/ClawDB"
documentation = "https://docs.rs/clawdb-server"
readme = "README.md"
keywords = [
    "clawdb",
    "grpc",
    "http",
    "ai",
    "database",
]
categories = [
    "web-programming",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/Claw-DB/ClawDB"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = [
    "json",
    "matched-path",
    "tokio",
    "http1",
    "http2",
]

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

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

[dependencies.clawdb]
version = "0.1.2"

[dependencies.config]
version = "0.14"

[dependencies.dirs]
version = "5"

[dependencies.governor]
version = "0.10"

[dependencies.http]
version = "1"

[dependencies.prometheus-client]
version = "0.22"

[dependencies.prost]
version = "0.13"

[dependencies.rcgen]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tonic]
version = "0.12"
features = [
    "transport",
    "tls",
    "tls-roots",
]

[dependencies.tonic-reflection]
version = "0.12"

[dependencies.tower]
version = "0.4"
features = [
    "limit",
    "timeout",
    "util",
]

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "trace",
    "request-id",
    "timeout",
    "cors",
    "trace",
    "request-id",
    "timeout",
    "limit",
    "map-response-body",
    "set-header",
    "normalize-path",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[build-dependencies.tonic-build]
version = "0.12"
features = ["prost"]