[dependencies.aopt-core]
version = "1.0"
[features]
default = []
log = ["aopt-core/log"]
serde = ["aopt-core/serde"]
sync = ["aopt-core/sync"]
[lib]
name = "aopt_shell"
path = "src/lib.rs"
[package]
authors = ["araraloren <blackcatoverwall@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "A flexible and typed getopt tools"
edition = "2021"
keywords = ["getopt", "cli"]
license = "MPL-2.0"
name = "aopt-shell"
readme = "README.md"
repository = "https://github.com/araraloren/aopt/"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]