arf 1.0.0

no_std, zero-allocation, const-generic command-line argument parser for embedded and size-constrained binaries
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"
rust-version = "1.79"
name = "arf"
version = "1.0.0"
authors = ["oljoi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std, zero-allocation, const-generic command-line argument parser for embedded and size-constrained binaries"
homepage = "https://github.com/oljoi/arf"
documentation = "https://docs.rs/arf"
readme = "README.md"
keywords = [
    "cli",
    "argv",
    "no_std",
    "const-generic",
    "embedded",
]
categories = [
    "command-line-interface",
    "no-std",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/oljoi/arf"

[features]
default = []
std = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "complete"
path = "examples/complete.rs"

[[example]]
name = "readme"
path = "examples/readme.rs"

[[example]]
name = "subcommands"
path = "examples/subcommands.rs"

[dependencies]