[dependencies.heck]
version = "0.5.0"
[dependencies.proc-macro2]
version = "1.0.94"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["derive"]
version = "2.0.100"
[dev-dependencies.prettyplease]
version = "0.2.32"
[lib]
name = "palc_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
cast_possible_truncation = "allow"
dbg-macro = "warn"
print_stderr = "warn"
print_stdout = "warn"
single_match_else = "allow"
struct_excessive_bools = "allow"
todo = "warn"
too_many_lines = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Derive macros for palc. Use the re-exports from palc intead."
edition = "2024"
keywords = ["argument", "cli", "arg", "parser", "clap"]
license = "MIT OR Apache-2.0"
name = "palc-derive"
readme = false
repository = "https://github.com/oxalica/palc"
rust-version = "1.87"
version = "0.0.2"