[package]
edition = "2024"
rust-version = "1.90"
name = "argyle"
version = "0.15.0"
authors = ["Josh Stoik <josh@blobfolio.com>"]
build = false
exclude = [
".github",
".gitignore",
".righteous-sandbox.json",
"doc",
"examples",
"justfile",
"release",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, agnostic CLI argument parser."
readme = "README.md"
license = "WTFPL"
repository = "https://github.com/Blobfolio/argyle"
[package.metadata.docs.rs]
rustc-args = [
"--cfg",
"docsrs",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
default-target = "x86_64-unknown-linux-gnu"
[package.metadata.bashman]
name = "Argyle"
[lib]
name = "argyle"
path = "src/lib.rs"