# 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 = "inherit-methods-macro" version = "0.1.0" authors = ["Tate, Hongliang Tian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Inherit methods from a field automatically (via procedural macros)" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/asterinas/inherit-methods-macro" [lib] name = "inherit_methods_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "inheritance" path = "tests/inheritance.rs" [[test]] name = "new_type" path = "tests/new_type.rs" [dependencies.darling] version = "0.13.0" [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.73" features = [ "full", "extra-traits", ]