backstage 0.1.1

A framework for building data-driven distributed systems
Documentation
[dependencies.async-recursion]
version = "0.3"

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

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tokio]
features = ["sync", "time", "rt"]
version = "1.5"

[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal"]
version = "1.5"

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

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

[package]
authors = ["IOTA Stiftung"]
description = "A framework for building data-driven distributed systems"
edition = "2018"
homepage = "https://www.iota.org"
keywords = ["iota", "distributed", "framework", "backstage", "actor"]
license-file = "LICENSE"
name = "backstage"
repository = "https://github.com/iotaledger/backstage"
version = "0.1.1"