frame-support-procedural-tools-derive 12.0.0

Use to derive parsing for parsing struct.
Documentation
[package]
name = "frame-support-procedural-tools-derive"
version = "12.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Use to derive parsing for parsing struct."

[lints]
workspace = true

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.56"
quote = { features = ["proc-macro"], workspace = true }
syn = { features = ["extra-traits", "full", "parsing", "proc-macro"], workspace = true }