contextdb-server 1.0.0

Sync server for contextdb — NATS-based replication with conflict resolution
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 = "2024"
name = "contextdb-server"
version = "1.0.0"
authors = ["John Cyriac <lucidprogrammer@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync server for contextdb — NATS-based replication with conflict resolution"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/context-graph-ai/contextdb"
resolver = "2"

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

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

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

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

[dependencies.async-nats]
version = "0.46"

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

[dependencies.contextdb-core]
version = "1.0"

[dependencies.contextdb-engine]
version = "1.0"

[dependencies.contextdb-tx]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.rmp-serde]
version = "1"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

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

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

[dev-dependencies.criterion]
version = "0.8"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.roaring]
version = "0.11.3"

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

[dev-dependencies.testcontainers]
version = "0.27"

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

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.uuid]
version = "1.22.0"
features = [
    "v4",
    "serde",
]