# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "more-di" version = "3.1.0" authors = ["Chris Martinez "] include = [ "*.rs", "!build.rs", "README.md", ] description = "Provides support for dependency injection (DI)" homepage = "https://commonsensesoftware.github.io/more-rs-di/" readme = "README.md" keywords = [ "more", "di", "dependency", "injection", "ioc", ] license = "MIT" repository = "https://github.com/commonsensesoftware/more-rs-di" [package.metadata.docs.rs] features = [ "builder", "inject", "lazy", "fmt", "alias", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "di" path = "lib.rs" doctest = false [dependencies.colored] version = "2.0" optional = true [dependencies.more-di-macros] version = "3.1" optional = true [dependencies.spin] version = "0.9.8" features = ["once"] default-features = false [dev-dependencies.cfg-if] version = "1.0" [features] alias = ["more-di-macros/alias"] async = [] builder = [] default = [ "builder", "inject", ] fmt = ["colored"] inject = ["more-di-macros"] lazy = []