[package]
edition = "2024"
name = "strum-lite"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight declarative macro for sets of strings."
homepage = "https://crates.io/crates/strum-lite"
documentation = "https://docs.rs/strum-lite"
readme = "README.md"
categories = [
"rust-patterns",
"parsing",
"no-std::no-alloc",
"no-std",
]
license = "MIT OR Apache-2.0 OR Unlicense OR WTFPL"
repository = "https://github.com/aatifsyed/strum-lite"
[lib]
name = "strum_lite"
path = "src/lib.rs"