# 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 = "2021" rust-version = "1.60" name = "nject" version = "0.4.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero cost dependency injection module" homepage = "https://github.com/nicolascotton/nject" readme = "README.md" keywords = [ "dependency", "injection", "dependency-injection", "ioc", ] license = "MIT" repository = "https://github.com/nicolascotton/nject" [lib] name = "nject" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "module" path = "tests/module.rs" [[test]] name = "scope" path = "tests/scope.rs" [[test]] name = "stateful_provider" path = "tests/stateful_provider.rs" [[test]] name = "stateless_provider" path = "tests/stateless_provider.rs" [dependencies.nject-macro] version = "0.4.4" optional = true [features] default = ["macro"] macro = ["dep:nject-macro"]