[package]
name = "substruct"
version = "0.1.2"
edition = "2021"
authors = ["Sean Lynch <sean@lynches.ca>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/swlynch99/substruct"
documentation = "https://docs.rs/substruct"
description = "A proc-macro to create subsets of structs"
categories = ["development-tools::procedural-macro-helpers"]
keywords = ["struct", "sub-struct", "no-std"]
[lib]
proc-macro = true
[dependencies]
heck = "0.5.0"
indexmap = "2.2.6"
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = { version = "2.0.39", features = ["parsing"] }
[dev-dependencies]
serde = { version = "1.0.202", features = ["derive"] }
trybuild = "1.0.96"