[[bin]]
name = "temp"
path = "src/temp.rs"
[dependencies.textwrap]
default-features = false
features = ["unicode-width", "smawk"]
version = "0.16"
[lib]
name = "aopt_help"
path = "src/lib.rs"
[package]
authors = ["araraloren <araraloren@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Generate help message for command line program"
edition = "2021"
keywords = ["getopt", "cli", "help", "usage"]
license = "MPL-2.0"
name = "aopt-help"
readme = "README.md"
repository = "https://github.com/araraloren/aopt/"
version = "0.3.7"