[package] name = "he_di_derive" version = "0.2.1" # check he_di version and dev-dependencies below authors = ["Boris "] description = "Code generation for he_di dependency injection / inversion of control framework" repository = "https://github.com/bgbahoue/he-di" documentation = "https://docs.rs/crate/he_di" categories = ["rust-patterns"] keywords = ["di", "ioc", "injection", "inversion", "control"] license = "MIT/Apache-2.0" [lib] name = "he_di_derive" proc-macro = true [dependencies] he_di_internals = { version = "0.2.0", path = "../he_di_internals" } anymap = "0.12.1" lazy_static = "0.2" log = "0.3" quote = "0.3" syn = "0.11" [dev-dependencies] he_di = { version = "0.2.1", path = "../he_di" }