[dependencies.defmt]
default-features = false
optional = true
version = "0.3.10"
[dependencies.heapless]
version = "0.8.0"
[dependencies.thiserror]
default-features = false
version = "2.0.11"
[dev-dependencies.googletest]
version = "0.13.0"
[[example]]
name = "struct"
path = "examples/struct.rs"
[features]
default = []
defmt = ["dep:defmt"]
[lib]
name = "noshell_parser"
path = "src/lib.rs"
[package]
authors = ["Julien Peeters <inthehack@mountainhacks.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "noshell, a no_std argument parser and a shell for constrained systems."
edition = "2024"
homepage = "https://github.com/inthehack/noshell"
license = "Apache-2.0 OR MIT"
name = "noshell-parser"
readme = "README.md"
repository = "https://github.com/inthehack/noshell"
resolver = "2"
version = "0.2.0"