# 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 = "2021" name = "jakdb" version = "0.1.0" authors = ["ash-entwisle"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Just Another Key-Value Database (currently in development, just earmarking the name)" homepage = "https://github.com/ash-entwisle/jakdb" readme = "README.md" license = "AGPL-3.0-or-later" license-file = "LICENSE" repository = "https://github.com/ash-entwisle/jakdb" [[bin]] name = "jakdb" path = "src/main.rs" [dependencies.clap] version = "4.5.9" [dependencies.dotenv] version = "0.15.0" features = ["clap"] [dependencies.prost] version = "0.13.1" features = ["prost-derive"] [dependencies.serde] version = "1.0.204" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tonic] version = "0.12.0" [build-dependencies.tonic-build] version = "0.12.0"