[package]
edition = "2024"
name = "noshell-macros"
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_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.20.10"
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1.0.94"
[dependencies.quote]
version = "1.0.39"
[dependencies.syn]
version = "2.0.99"
features = ["full"]
[dev-dependencies.anyhow]
version = "1.0.97"
[dev-dependencies.insta]
version = "1.46.0"