# 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] name = "trait_derive" version = "0.1.0" authors = ["David DeSimone <djd231@scarletmail.rutgers.edu>"] description = "Simple proc macro used to generate traits from impl blocks." readme = "README.md" keywords = ["testing", "unit-test", "traits", "trait"] categories = ["development-tools::testing", "development-tools::procedural-macro-helpers", "rust-patterns"] license = "MIT" repository = "https://github.com/DavidDeSimone/trait_derive" [lib] proc-macro = true [dependencies.quote] version = "0.3" [dependencies.syn] version = "0.11.11" features = ["full"] [dependencies.trait_derive_core] version = "0.1.0"