appcui_proc_macro 0.2.6

Procedural macros for the AppCUI TUI framework.
Documentation
# 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 = "appcui_proc_macro"
version = "0.2.6"
authors = ["Gavrilut Dragos <gavrilut.dragos@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the AppCUI TUI framework."
documentation = "https://docs.rs/appcui-proc-macro"
readme = "README.md"
keywords = [
    "tui",
    "cui",
    "proc-macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/gdt050579/AppCUI-rs"

[lib]
name = "appcui_proc_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies]

[lints.clippy]
module_inception = "allow"
new_without_default = "allow"