# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "conflagrate" version = "0.1.0" authors = ["Jeffrey Bouas "] exclude = ["/src/bin/**"] description = "A framework for building applications from control flow graphs" documentation = "https://docs.rs/conflagrate" readme = "README.md" keywords = [ "graph", "control-flow-graph", "dependency-injection", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/ignirtoq/conflagrate-rs" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = ">=0.1.52" [dependencies.conflagrate-macros] version = "=0.1.0" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "sync", ]