[dependencies.petgraph]
version = "0.5.0"
[lib]
name = "component"
[package]
authors = ["Duncan McGreggor <oubiwann@gmail.com>"]
categories = ["development-tools"]
description = "Enabling the creation of application components with lifecycle and dependency support"
documentation = "https://docs.rs/oxur-component/"
edition = "2018"
exclude = ["/.github", "/resources", ".gitignore"]
keywords = ["components", "dependencies", "dependency-injection", "systems"]
license = "MIT"
name = "oxur-component"
readme = "README.md"
repository = "https://github.com/oxur/component"
version = "0.1.2"