rvf-server 0.1.0

RuVector Format TCP/HTTP streaming server with REST API
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 = "2021"
rust-version = "1.87"
name = "rvf-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RuVector Format TCP/HTTP streaming server with REST API"
homepage = "https://github.com/ruvnet/ruvector"
readme = "README.md"
keywords = [
    "vector",
    "database",
    "server",
    "http",
    "rvf",
]
categories = [
    "database-implementations",
    "web-programming::http-server",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/ruvector"

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

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

[dependencies.axum]
version = "0.7"

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

[dependencies.rvf-runtime]
version = "0.1.0"

[dependencies.rvf-types]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

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

[dev-dependencies.axum-test]
version = "16"

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.tower]
version = "0.5"