reifydb-sub-server-http 0.4.6

HTTP server subsystem for ReifyDB using Axum
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-http"
version = "0.4.6"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server subsystem for ReifyDB using Axum"
readme = false
license = "Apache-2.0"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

[dependencies.axum]
version = "0.8.8"

[dependencies.reifydb-auth]
version = "0.4.6"

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

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

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

[dependencies.reifydb-sub-api]
version = "0.4.6"

[dependencies.reifydb-sub-server]
version = "0.4.6"

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

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

[dependencies.serde_json]
version = "1.0.149"

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

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

[dependencies.tower-http]
version = "0.6.8"
features = [
    "trace",
    "timeout",
]

[dependencies.tracing]
version = "0.1.43"