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