# 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 = "shaku" version = "0.6.2" authors = ["Mark Drobnak "] description = "Compile Time Dependency Injection for Rust" readme = "README.md" keywords = [ "di", "ioc", "dependency", "inversion", "dependency-injection", ] license = "MIT/Apache-2.0" repository = "https://github.com/AzureMarker/shaku" [dependencies.anymap2] version = "0.13.0" [dependencies.once_cell] version = "1.5" [dependencies.shaku_derive] version = "~0.6.0" optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.trybuild] version = "1.0.18" [features] default = [ "thread_safe", "derive", ] derive = ["shaku_derive"] thread_safe = []