# 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-impl" 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 = "Implementation details of the dill DI 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_impl" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"]