[dependencies.chrono]
optional = true
version = "0.4"
[dependencies.cron]
optional = true
version = "0.12"
[dependencies.notify]
optional = true
version = "6"
[dependencies.ractor]
version = "0.9"
[dependencies.tokio]
features = ["sync", "time"]
version = "1"
[dependencies.tokio-rustls]
optional = true
version = "0.24"
[dependencies.tokio-stream]
optional = true
version = "0.1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
features = ["rt", "time", "sync", "macros", "rt-multi-thread", "signal"]
version = "1"
[dev-dependencies.tracing-glog]
version = "0.3"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.tracing-test]
version = "0.2"
[features]
default = ["filewatcher", "net", "time", "streams"]
filewatcher = ["notify"]
net = ["tokio/net", "tokio/io-util", "tokio/macros", "tokio-rustls"]
streams = ["tokio-stream"]
time = ["chrono", "cron"]
[package]
authors = ["Sean Lawlor"]
categories = ["actor", "erlang"]
description = "Helpful actors built with Ractor"
documentation = "https://docs.rs/ractor_actors"
edition = "2018"
homepage = "https://github.com/slawlor/ractor"
keywords = ["actor", "ractor"]
license = "MIT"
name = "ractor_actors"
readme = "README.md"
repository = "https://github.com/slawlor/ractor"
version = "0.2.0"