# 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.65" name = "dfdi" version = "0.2.0" authors = ["George Tsiamasiotis "] description = "Dependency For Dependency Injection" readme = "README.md" keywords = [ "pattern", "typemap", "di", "dependency", "injection", ] categories = [ "rust-patterns", "caching", "config", ] license = "MIT" repository = "https://github.com/gtsiam/dfdi" [dependencies.dfdi-core] version = "0.2.0" [dependencies.dfdi-macros] version = "0.2.0" optional = true [dependencies.once_cell] version = "1.16.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.thiserror] version = "1.0.37" [features] default = ["derive"] derive = ["dfdi-macros"]