# 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 = "galadh" version = "0.1.3" description = "Simple key-value storage inspired by etcd" license = "Apache-2.0" resolver = "2" [[bin]] name = "gldh" path = "src/server.rs" [[bin]] name = "gldh-cli" path = "src/client.rs" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.14" [dependencies.prost] version = "0.9.0" [dependencies.tokio] version = "1.17" features = ["rt-multi-thread", "time", "fs", "macros", "net"] [dependencies.tonic] version = "0.6.2" [build-dependencies.tonic-build] version = "0.6.2"