reifydb-sub-server 0.4.0

Common infrastructure for HTTP and WebSocket server subsystems
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 = "reifydb-sub-server"
version = "0.4.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common infrastructure for HTTP and WebSocket server subsystems"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

[dependencies.futures-util]
version = "0.3.31"
features = ["sink"]

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.reifydb-core]
version = "0.4.0"

[dependencies.reifydb-engine]
version = "0.4.0"

[dependencies.reifydb-runtime]
version = "0.4.0"

[dependencies.reifydb-type]
version = "0.4.0"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "tracing",
]

[dependencies.tracing]
version = "0.1.43"