bpaf 0.9.3

A simple Command Line Argument Parser with parser combinators
Documentation
[dependencies.bpaf_derive]
optional = true
version = "=0.5.3"

[dependencies.owo-colors]
default-features = false
optional = true
version = "3.5.0"

[dependencies.supports-color]
optional = true
version = "2.0.0"

[dev-dependencies]

[features]
autocomplete = []
batteries = []
bright-color = ["color"]
color = ["supports-color", "owo-colors"]
derive = ["bpaf_derive"]
docgen = []
dull-color = ["color"]
extradocs = []

[package]
authors = ["Michael Baykov <manpacket@gmail.com>"]
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "examples/**/*"]
keywords = ["args", "arguments", "cli", "parser", "parse"]
license = "MIT OR Apache-2.0"
name = "bpaf"
readme = "README.md"
repository = "https://github.com/pacak/bpaf"
rust-version = "1.56"
version = "0.9.3"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
features = ["derive", "extradocs", "autocomplete", "batteries"]
rustdoc-args = ["--generate-link-to-definition"]