[package]
edition = "2024"
name = "k2db-api-contract"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared HTTP contract types for the k2db API Rust replatform"
homepage = "https://github.com/frogfishio/k2db"
documentation = "https://docs.rs/k2db-api-contract"
readme = "README.md"
license = "GPL-3.0-only"
license-file = "LICENSE"
repository = "https://github.com/frogfishio/k2db.git"
resolver = "2"
[lib]
name = "k2db_api_contract"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"