k2db-api-server 0.1.1

Single-binary Rust server for the k2db API
# 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 = "k2db-api-server"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-binary Rust server for the k2db API"
homepage = "https://github.com/frogfishio/k2db"
documentation = "https://docs.rs/k2db-api-server"
readme = "README.md"
license = "MIT"
repository = "https://github.com/frogfishio/k2db.git"
resolver = "2"

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

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.k2db]
version = "0.1.1"

[dependencies.k2db-api-contract]
version = "0.1.1"

[dependencies.mongodb]
version = "3"

[dependencies.rand]
version = "0.8"

[dependencies.scrypt]
version = "0.11"

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

[dependencies.serde_json]
version = "1"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "macros",
    "process",
    "rt-multi-thread",
    "time",
]

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