# 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" name = "dill" version = "0.9.2" authors = ["Sergii Mikhtoniuk "] build = false include = [ "benches/*.rs", "src/**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime depenency injection library." homepage = "https://github.com/sergiimk/dill-rs" readme = "README.md" keywords = [ "di", "ioc", "dependency-injection", "dependency-inversion", ] categories = [ "config", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sergiimk/dill-rs" [lib] name = "dill" path = "src/lib.rs" [dependencies.dill-impl] version = "0.9.1" [dependencies.multimap] version = "0.10" [dependencies.thiserror] version = "1"