getopts-macro 0.1.13

Use macros to cleanly define getopts options
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "getopts-macro"
version = "0.1.13"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use macros to cleanly define getopts options"
readme = "README.md"
keywords = [
    "no-std",
    "getopts",
    "arg",
    "builder",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/A4-Tacks/getopts-macro-rs"

[features]
default = ["unicode"]
std = []
unicode = ["getopts/unicode"]

[lib]
name = "getopts_macro"
path = "src/lib.rs"

[[example]]
name = "simple-cli"
path = "examples/simple-cli.rs"

[dependencies.getopts]
version = "0.2.24"
default-features = false