[package]
name = "k2db-api-client"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Rust HTTP client for the k2db API"
readme = "README.md"
repository = "https://github.com/frogfishio/k2db.git"
homepage = "https://github.com/frogfishio/k2db"
documentation = "https://docs.rs/k2db-api-client"
[lib]
name = "k2db_api_client"
path = "src/lib.rs"
[dependencies]
k2db-api-contract = { version = "0.1.1", path = "../k2db-api-contract" }
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["sync"] }
urlencoding.workspace = true
[dev-dependencies]
axum.workspace = true
tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] }