aopt-core 1.0.3

A flexible and typed getopt tools
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 = "aopt-core"
version = "1.0.3"
authors = ["araraloren <blackcatoverwall@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible and typed getopt tools"
readme = "README.md"
keywords = [
    "getopt",
    "cli",
]
categories = ["command-line-interface"]
license = "MPL-2.0"
repository = "https://github.com/araraloren/aopt/"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]

[features]
default = []
log = ["tracing"]
serde = ["serde/derive"]
sync = []

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

[dependencies.ahash]
version = "0.8"

[dependencies.neure]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true