ractor-supervisor 0.2.0

Supervisor module for ractor framework.
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.88.0"
name = "ractor-supervisor"
version = "0.2.0"
authors = ["https://github.com/simke9445"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supervisor module for ractor framework."
homepage = "https://github.com/simke9445/ractor-supervisor"
documentation = "https://docs.rs/ractor-supervisor"
readme = "README.md"
keywords = [
    "actor",
    "ractor",
    "supervisor",
    "ractor-supervisor",
    "supervision",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/simke9445/ractor-supervisor"

[features]
async-trait = ["ractor/async-trait"]
default = ["async-trait"]

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

[dependencies.futures-util]
version = "0.3.31"

[dependencies.if_chain]
version = "1.0.2"

[dependencies.log]
version = "0.4.20"

[dependencies.ractor]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.uuid]
version = "1.12.1"
features = ["v4"]

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tokio]
version = "1.43.0"
features = ["rt-multi-thread"]