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