[package] name = "shive-derive" version = "0.1.0-alpha.2" edition = "2021" authors = ["Baptiste Coppéré "] description = """ Macro implementation of #[derive(Service)] for Shive """ homepage = "https://github.com/b4b4t/shive" repository = "https://github.com/b4b4t/shive" readme = "../../README.md" keywords = ["shive", "ioc", "container", "services"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "2.0.79" quote = "1.0.37"