ractor_cluster 0.15.12

Distributed cluster environment of Ractor actors
Documentation
# 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.15.12"
authors = ["Sean Lawlor <slawlor>"]
build = "src/build.rs"
autolib = false
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"

[features]
async-trait = [
    "dep:async-trait",
    "ractor/async-trait",
]
default = []
message_span_propogation = ["ractor/message_span_propogation"]
monitors = ["ractor/monitors"]

[lib]
name = "ractor_cluster"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.bytes]
version = "1"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.ractor]
version = "0.15.0"
features = [
    "tokio_runtime",
    "message_span_propogation",
    "cluster",
]
default-features = false

[dependencies.ractor_cluster_derive]
version = "0.15.0"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.socket2]
version = "0.6"
features = ["all"]

[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.protoc-bin-vendored]
version = "3"