# 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 = "railyard" version = "0.0.1" authors = ["Matthew Emerson "] description = "Railyard is an implementation of the Raft concensus algorithm using Tonic" documentation = "https://errorsignal.dev/railyard/railyard/index.html" readme = "README.md" keywords = [ "raft", "consensus", "tonic", "distributed", "systems", ] categories = [ "network-programming", "concurrency", "asynchronous", "api-bindings", ] license = "MIT" repository = "https://github.com/emersonmde/railyard" [lib] name = "railyard" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.prost] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.21.7" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.10.2" features = ["tls"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.5.0" features = ["v4"] [build-dependencies.tonic-build] version = "0.10.2"