aopt-shell 0.3.2

A flexible and typed getopt tools
Documentation
[package]

name = "aopt-shell"

version = "0.3.2"

authors = [

    "araraloren <blackcatoverwall@gmail.com>",

]

edition = "2021"

license = "MPL-2.0"

description = "A flexible and typed getopt tools"

repository = "https://github.com/araraloren/aopt/"

keywords = ["getopt", "cli"]

categories = ["command-line-interface"]

readme = "README.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

aopt-core.workspace = true



[features]

default = []

sync = ["aopt-core/sync"]

log = ["aopt-core/log"]

serde = ["aopt-core/serde"]



[package.metadata.docs.rs]

all-features = true

cargo-args = [

    "-Zunstable-options",

    "-Zrustdoc-scrape-examples",

]

rustdoc-args = [

    "--cfg",

    "docsrs",

    "--generate-link-to-definition",

]