[package] name = "shive" version = "0.1.0-alpha.2" edition = "2021" authors = ["Baptiste Coppéré "] description = """ Shive is lightweight IOC service container writen for the Rust applications """ homepage = "https://github.com/b4b4t/shive" repository = "https://github.com/b4b4t/shive" readme = "./README.md" keywords = ["shive", "ioc", "container", "services"] license = "MIT" [dependencies] shive-derive = { optional = true, version = "0.1.0-alpha.2", path = "./libs/shive-derive" } [features] # Provide derive(Service) macro. derive = ["shive-derive"]