[package] name = "jakdb" version = "0.1.0" edition = "2021" description = "Just Another Key-Value Database (currently in development, just earmarking the name)" authors = ["ash-entwisle"] license = "AGPL-3.0-or-later" license-file = "LICENSE" readme = "README.md" repository = "https://github.com/ash-entwisle/jakdb" homepage = "https://github.com/ash-entwisle/jakdb" [dependencies] clap = "4.5.9" dotenv = { version = "0.15.0", features = ["clap"] } prost = { version = "0.13.1", features = ["prost-derive"] } serde = { version = "1.0.204", features = ["derive", "serde_derive"] } serde_json = "1.0.120" tokio = { version = "1.38.0", features = ["full"] } tonic = "0.12.0" [build-dependencies] tonic-build = "0.12.0"