[[bin]]
name = "example"
path = "src/bin/example.rs"
[dependencies]
[lib]
name = "yafp"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "yafp is a non-POSIX cli flag parser with imperative style flag declaration instead of the usual declarative style."
documentation = "https://docs.rs/yafp/"
edition = "2021"
keywords = ["args", "cli"]
license = "MIT"
name = "yafp"
readme = "README.md"
repository = "https://github.com/joaonsantos/yafp"
version = "0.2.0"