# 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.80.0" name = "thin_delegate" version = "0.0.3" authors = ["keno (Ken Okada) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auto implementation of trivial delegation to inner types" documentation = "https://docs.rs/thin_delegate" readme = "README.md" keywords = [ "proc-macro", "delegate", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/kenoss/thin_delegate" [lib] name = "thin_delegate" path = "src/lib.rs" proc-macro = true [[test]] name = "tests" path = "tests/test.rs" [dependencies.indoc] version = "2.0.5" [dependencies.itertools] version = "0.13.0" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72" features = [ "extra-traits", "full", "visit-mut", ] [dev-dependencies.derive_more] version = "1.0.0" features = ["from"] [dev-dependencies.trybuild] version = "1.0.97" [features] default = [] test_smithay = []