# 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 = "tuirealm_derive" version = "2.0.0" authors = ["Christian Visintin"] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macro which automatically implements the MockComponent trait" homepage = "https://github.com/veeso/tuirealm_derive" documentation = "https://docs.rs/tuirealm_derive" readme = "README.md" keywords = [ "tui", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/veeso/tuirealm_derive" [lib] name = "tuirealm_derive" path = "src/lib.rs" doctest = false proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [features]