[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dev-dependencies]
[lib]
proc-macro = true
[lints.clippy]
all = "deny"
cargo = "deny"
enum_glob_use = "deny"
nursery = "deny"
pedantic = "deny"
unwrap_used = "deny"
[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unused_crate_dependencies = "warn"
[package]
authors = ["melloyawn <contact@melloyawn.com>"]
categories = ["command-line-interface", "config", "no-std", "rust-patterns"]
description = "macros for entrypoint"
edition = "2021"
homepage = "https://github.com/melloyawn/entrypoint"
keywords = ["derive", "entrypoint", "entrypoint_macros", "macro", "macros"]
license = "MIT"
name = "entrypoint_macros"
readme = "README.md"
repository = "https://github.com/melloyawn/entrypoint"
version = "0.2.0"