[package] name = "hypospray" description = "Lightweight dependency injection library" documentation = "https://docs.rs/hypospray" version = "0.1.2" authors = ["Jony "] keywords = ["dependency-injection", "inversion-of-control", "di"] readme = "README.md" repository = "https://github.com/jonysy/hypospray" license = "MIT/Apache-2.0" [[example]] name = "car" path = "examples/car/main.rs" [dev-dependencies.hypospray_extensions] path = "./extensions" version = "0.1"