# 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 = "add-macro-impl-from" version = "0.1.1" authors = ["DrakeN-inc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of trait 'From'" readme = false license = "MIT" repository = "https://github.com/DrakeN-inc/crate-add-macro/tree/main/impl-from" [lib] name = "add_macro_impl_from" path = "src/lib.rs" proc-macro = true [[test]] name = "test_enum" path = "tests/test_enum.rs" [[test]] name = "test_struct" path = "tests/test_struct.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.venial] version = "0.6.0"