# 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 = "remote_hash_map" version = "0.2.6" authors = ["Kamil Wdowicz "] description = "Remote hash map" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kwdowicz/remote_hash_map" [[bin]] name = "ng" path = "src/bin/node_group.rs" [[bin]] name = "node" path = "src/bin/node.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.38" [dependencies.env_logger] version = "0.11.3" [dependencies.http] version = "0.2.12" [dependencies.log] version = "0.4.21" [dependencies.prost] version = "0.12.6" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tonic] version = "0.11.0" [dependencies.tonic-reflection] version = "0.11.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.mockall] version = "0.11.4" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tonic] version = "0.11.0" [build-dependencies.tonic-build] version = "0.11.0"