[package]
edition = "2021"
name = "jaarg"
version = "0.2.2"
authors = [
"a dinosaur",
"Gay Pizza Specifications",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "It can parse your arguments you should use it it's called jaarg"
homepage = "https://gay.pizza/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gay-pizza/jaarg"
resolver = "3"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "jaarg"
path = "src/lib.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "bin2h"
path = "examples/bin2h.rs"
[[example]]
name = "btreemap"
path = "examples/btreemap.rs"