argyle 0.14.0

A lightweight, agnostic CLI argument parser.
Documentation
[features]
default = []
try_paths = []

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

[package]
authors = ["Josh Stoik <josh@blobfolio.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lightweight, agnostic CLI argument parser."
edition = "2024"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "doc", "examples", "justfile", "release"]
license = "WTFPL"
name = "argyle"
readme = "README.md"
repository = "https://github.com/Blobfolio/argyle"
rust-version = "1.90"
version = "0.14.0"

[package.metadata.bashman]
name = "Argyle"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["try_paths"]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]