[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["sync", "macros", "rt-multi-thread", "time"]
version = "1.2"
[dependencies.tokio-util]
version = "0.6.3"
[dev-dependencies.once_cell]
version = "1.4"
[dev-dependencies.tokio]
features = ["sync", "macros", "rt-multi-thread", "time"]
version = "1.2"
[package]
authors = ["Flux Xu <fluxxu@gmail.com>"]
description = "Lightweight actor library."
edition = "2018"
license = "MIT"
name = "flo-state"
readme = "README.md"
repository = "https://github.com/wc3tools/flo-state.git"
version = "1.1.1"