dkdc-db-server 0.1.0

dkdc-db server: REST API over the HTAP engine
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"
rust-version = "1.85.0"
name = "dkdc-db-server"
version = "0.1.0"
authors = ["Cody <cody@dkdc.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dkdc-db server: REST API over the HTAP engine"
readme = false
license = "MIT"
repository = "https://github.com/dkdc-io/db"
resolver = "2"

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

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

[dependencies.arrow]
version = "58"

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

[dependencies.base64]
version = "0.22"

[dependencies.dkdc-db-core]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dkdc-db-client]
version = "0.1"

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