flood-tide 0.2.11

command line flag and option parse utilities
Documentation
[[example]]
name = "gnu-cat"
path = "examples/gnu-cat.rs"
required-features = ["option_argument", "single_error", "abbreviate", "stop_at_mm", "stop_at_free"]
test = true

[[example]]
name = "bsd-sed"
path = "examples/bsd-sed.rs"
required-features = ["option_argument", "single_error", "stop_at_mm", "stop_at_free"]
test = true

[[example]]
name = "ffmpeg"
path = "examples/ffmpeg.rs"
required-features = ["option_argument", "single_error", "long_only"]
test = true

[[example]]
name = "curl"
path = "examples/curl.rs"
required-features = ["option_argument", "abbreviate", "argument", "stop_at_mm"]
test = true

[dependencies]

[features]
abbreviate = []
argument = []
default = ["plain"]
dox = []
long_only = []
no_std = []
no_std_plain = ["no_std", "plain"]
option_argument = []
optnum_u16 = []
plain = ["option_argument", "argument", "stop_at_mm"]
plain_lo = ["plain", "long_only"]
plain_lo_subc = ["plain", "long_only", "subcommand"]
plain_subc = ["plain", "subcommand"]
simple_gnu_style = ["plain", "abbreviate"]
simple_gnu_style_subc = ["plain", "abbreviate", "subcommand"]
single_error = []
stop_at_free = []
stop_at_mm = []
subcommand = ["stop_at_free"]
was_long = []

[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
categories = ["command-line-interface"]
description = "command line flag and option parse utilities"
edition = "2021"
keywords = ["parse", "option", "command", "flag", "argument"]
license = "MIT OR Apache-2.0"
name = "flood-tide"
readme = "README.md"
repository = "https://github.com/aki-akaguma/flood-tide"
rust-version = "1.56.0"
version = "0.2.11"
[package.metadata.docs.rs]
features = ["dox"]
[profile.release]
lto = true