yantrikdb-server 0.8.21

YantrikDB database server — multi-tenant cognitive memory with wire protocol, HTTP gateway, replication, auto-failover, and at-rest encryption
# 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 = "yantrikdb-server"
version = "0.8.21"
authors = ["Pranab Sarkar <developer@pranab.co.in>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YantrikDB database server — multi-tenant cognitive memory with wire protocol, HTTP gateway, replication, auto-failover, and at-rest encryption"
homepage = "https://github.com/yantrikos/yantrikdb-server"
documentation = "https://docs.rs/yantrikdb-server"
readme = "README.md"
keywords = [
    "database",
    "memory",
    "ai",
    "replication",
    "raft",
]
categories = [
    "database",
    "database-implementations",
]
license = "AGPL-3.0-only"
repository = "https://github.com/yantrikos/yantrikdb-server"

[features]
default = []
tokio-console = ["dep:console-subscriber"]

[[bin]]
name = "yantrikdb"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.axum]
version = "0.8"
features = ["json"]

[dependencies.axum-extra]
version = "0.10"
features = ["typed-header"]

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

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

[dependencies.console-subscriber]
version = "0.4"
optional = true

[dependencies.fastembed]
version = "5"
features = [
    "ort-load-dynamic",
    "hf-hub-rustls-tls",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.metrics]
version = "0.24"

[dependencies.openraft]
version = "0.9"
features = [
    "serde",
    "storage-v2",
    "generic-snapshot-data",
]

[dependencies.parking_lot]
version = "0.12"
features = ["deadlock_detection"]

[dependencies.rand]
version = "0.8"
features = ["small_rng"]

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

[dependencies.rusqlite]
version = "0.37"
features = ["bundled"]

[dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-rustls]
version = "0.26"

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

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "limit",
]

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.yantrikdb]
version = "0.7.23"

[dependencies.yantrikdb-protocol]
version = "0.1.0"

[dev-dependencies.reqwest]
version = "0.12"
features = ["json"]

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

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

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"