# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusty_german_entity_macro" version = "0.1.1" authors = ["Pedro Ramos "] description = "Entity Macro to facilitate the implementation of Exercises for a German learning project" homepage = "https://docs.rs/rusty_german_entity_macro/0.1.0/rusty_german_entity_macro/" documentation = "https://docs.rs/rusty_german_entity_macro/0.1.0/rusty_german_entity_macro/" license = "Apache-2.0" repository = "https://github.com/bateramos/rusty_german_entity_macro" [lib] proc-macro = true [[test]] name = "tests" path = "tests/setup.rs" [dependencies.quote] version = "1.0" [dependencies.rusty_german_types] version = "0.1.0" [dependencies.syn] version = "1.0.74" features = ["extra-traits"] [dev-dependencies.trybuild] version = "1.0" features = ["diff"]