sactor 0.1.6

A simple actor framework for Rust.
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 = "2024"
name = "sactor"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple actor framework for Rust."
homepage = "https://github.com/Anillc/sactor"
readme = false
license = "MIT"
repository = "https://github.com/Anillc/sactor"

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

[[example]]
name = "error"
path = "examples/error.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "timer"
path = "examples/timer.rs"

[dependencies.anyhow]
version = "1.0.101"
features = ["backtrace"]

[dependencies.futures]
version = "0.3.32"

[dependencies.sactor-macros]
version = "0.1.6"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]