sierradb-server 0.2.2

SierraDB server - distributed event store server with Redis RESP3 protocol
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 = "sierradb-server"
version = "0.2.2"
authors = ["Ari Seyhun <dev@tqwewe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SierraDB server - distributed event store server with Redis RESP3 protocol"
homepage = "https://github.com/tqwewe/sierradb"
readme = false
keywords = [
    "database",
    "event-sourcing",
    "distributed",
    "redis",
    "event-store",
]
categories = [
    "database-implementations",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/tqwewe/sierradb"

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

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

[dependencies.bytes]
version = "1.11"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.combine]
version = "4.6"

[dependencies.config]
version = "0.15"
features = [
    "convert-case",
    "ini",
    "json",
    "json5",
    "ron",
    "toml",
    "yaml",
]
default-features = false

[dependencies.directories]
version = "6.0"

[dependencies.indexmap]
version = "2.12"

[dependencies.kameo]
version = "0.19"

[dependencies.libp2p]
version = "0.56"

[dependencies.redis-protocol]
version = "6.0"
features = [
    "std",
    "resp3",
    "bytes",
    "std",
    "resp3",
    "bytes",
    "index-map",
]
default-features = false

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

[dependencies.sierradb]
version = "0.2.2"

[dependencies.sierradb-cluster]
version = "0.2.2"

[dependencies.sierradb-protocol]
version = "0.2.2"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = [
    "fs",
    "io-std",
    "io-util",
    "net",
    "signal",
    "sync",
    "macros",
    "rt-multi-thread",
]

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

[dependencies.tracing]
version = "0.1"

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

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