scsys-actors 0.2.0

scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.config]
version = "0.14"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.scsys-core]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.smart-default]
version = "0.7"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1"

[dev-dependencies]

[features]
default = []
full = ["serde", "tokio"]
serde = ["dep:serde", "serde-ext", "scsys-core/serde"]
serde-ext = ["dep:serde_json"]
tokio = ["dep:tokio"]

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
doctest = true
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)"]
categories = []
description = "scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout"
edition = "2021"
homepage = "https://github.com/scattered-systems/scsys/wiki"
keywords = ["blockchain", "primitives", "scsys"]
license = "Apache-2.0"
name = "scsys-actors"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
version = "0.2.0"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown]

[target.wasm32-wasi]