bpaf 0.4.6

A simple Command Line Argument Parser with parser combinators
Documentation
[dependencies.bpaf_derive]
optional = true
version = "0.1"
[dev-dependencies.strum]
features = ["derive"]
version = "0.24"

[features]
derive = ["bpaf_derive"]

[package]
authors = ["Michael Baykov <manpacket@gmail.com>"]
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
edition = "2021"
keywords = ["args", "arguments", "cli", "parser", "parse"]
license = "MIT OR Apache-2.0"
name = "bpaf"
readme = "README.md"
repository = "https://github.com/pacak/bpaf"
resolver = "2"
rust-version = "1.56"
version = "0.4.6"
[package.metadata.docs.rs]
features = ["bpaf_derive"]