[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Vidhan Bhatt <me@vidhan.io>"]
categories = ["command-line-interface"]
description = "An attribute macro to simplify writing simple command line applications."
edition = "2021"
keywords = ["command-line", "cli", "macro"]
license = "MIT OR Apache-2.0"
name = "fncli"
readme = "README.md"
repository = "https://github.com/vidhanio/fncli"
version = "0.3.2"