# 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" rust-version = "1.64" name = "ractor_cluster" version = "0.13.0" authors = [ "Sean Lawlor", "Evan Au", "Dillon George", ] build = "src/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Distributed cluster environment of Ractor actors" homepage = "https://github.com/slawlor/ractor" documentation = "https://docs.rs/ractor" readme = "README.md" keywords = [ "actor", "ractor", "cluster", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/slawlor/ractor" [lib] name = "ractor_cluster" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.ractor] version = "0.13.0" features = ["cluster"] [dependencies.ractor_cluster_derive] version = "0.13.0" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = [ "rt", "time", "sync", "macros", "net", "io-util", "tracing", ] [dependencies.tokio-rustls] version = "0.26" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "rt", "time", "sync", "macros", "net", "io-util", "rt-multi-thread", ] [build-dependencies.prost-build] version = "0.13" [build-dependencies.protobuf-src] version = "2"