conflagrate 0.0.3

A framework for building applications from control flow graphs
Documentation
[dependencies.async-recursion]
version = "1.0.0"

[dependencies.async-trait]
version = ">=0.1.52"

[dependencies.conflagrate-macros]
version = "=0.0.3"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "sync"]
version = "1"

[package]
authors = ["Jeffrey Bouas <ignirtoq@gmail.com>"]
categories = ["development-tools"]
description = "A framework for building applications from control flow graphs"
documentation = "https://docs.rs/conflagrate"
edition = "2018"
exclude = ["/src/bin/**"]
keywords = ["graph", "control-flow-graph", "dependency-injection"]
license = "MIT"
name = "conflagrate"
readme = "README.md"
repository = "https://github.com/ignirtoq/conflagrate-rs"
version = "0.0.3"