[dependencies.darling]
version = "0.23"
[dependencies.itertools]
version = "0.14"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.smallvec]
version = "1"
[dependencies.syn]
version = "2"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "customer"
path = "examples/customer.rs"
[[example]]
name = "nested"
path = "examples/nested.rs"
[[example]]
name = "request"
path = "examples/request.rs"
[lib]
name = "superstruct"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Versioned data types with minimal boilerplate"
documentation = "https://sigp.github.io/superstruct/"
edition = "2021"
keywords = ["schema", "subtype", "compatibility", "macro"]
license = "Apache-2.0"
name = "superstruct"
readme = "README.md"
repository = "https://github.com/sigp/superstruct"
version = "0.10.1"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "cfg_attr_variant_attributes"
path = "tests/cfg_attr_variant_attributes.rs"
[[test]]
name = "flatten"
path = "tests/flatten.rs"
[[test]]
name = "from"
path = "tests/from.rs"
[[test]]
name = "map_macro"
path = "tests/map_macro.rs"
[[test]]
name = "meta_variant"
path = "tests/meta_variant.rs"
[[test]]
name = "ref"
path = "tests/ref.rs"
[[test]]
name = "ref_mut"
path = "tests/ref_mut.rs"
[[test]]
name = "specific_variant_attributes"
path = "tests/specific_variant_attributes.rs"