# 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 = "degeneric-macros" version = "0.6.0" authors = ["Tomas Jasek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hides struct generics into trait associated types" homepage = "https://github.com/tomsik68/degeneric-macros" readme = "README.md" keywords = [ "dependency-injection", "generics", "injection", "di", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/tomsik68/degeneric-macros" [lib] name = "degeneric_macros" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [dev-dependencies.dynamize] version = "0.3.5" [dev-dependencies.galemu] version = "0.2.3" [dev-dependencies.haz] version = "0.1.1" [dev-dependencies.trait-set] version = "0.3.0" [dev-dependencies.typed-builder] version = "0.14.0"