# 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 = "storus" version = "0.1.4" authors = ["Israel Mwangoka "] exclude = [ "src/main.rs", "src/ca_cert.pem", ] description = "SDK for accessing StooKV datastore." documentation = "https://docs.rs/storus" readme = "README.md" keywords = [ "stoo", "stookv", "storus", "sto", "kv", ] license = "MIT" license-file = "MIT-LICENSE" repository = "https://github.com/mwangox/storus" [dependencies.grpcio] version = "0.13.0" [dependencies.log] version = "0.4.20" [dependencies.prost] version = "0.12.4" [dependencies.protobuf] version = "3.4.0" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tonic] version = "0.11.0" features = ["tls"] [dependencies.tonic-build] version = "0.11.0" [build-dependencies.tonic-build] version = "0.11.0"