actm 0.2.0

Tiny async actors framework for rust
Documentation
[dependencies.async-mutex]
version = "1.4.1"

[dependencies.async-std]
optional = true
version = "1.13.1"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.flume]
version = "0.11.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.snafu]
version = "0.8.5"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.13.1"

[dev-dependencies.nanorand]
version = "0.7.0"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.proptest-derive]
version = "0.5.1"

[[example]]
name = "grading-tests"
path = "examples/grading-tests/main.rs"

[features]
async-std = ["dep:async-std"]
default = ["async-std"]

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

[package]
authors = ["Nathan McCarty <nathan@mccarty.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tiny async actors framework for rust"
edition = "2024"
homepage = "https://sr.ht/~thatonelutenist/actm/"
license = "0BSD"
name = "actm"
readme = "README.md"
repository = "https://git.sr.ht/~thatonelutenist/actm"
version = "0.2.0"