[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.shrinkwrap-macros]
version = "0.5.0"
[features]
default = []
expand = ["shrinkwrap-macros/expand"]
[lib]
name = "shrinkwrap"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools", "value-formatting"]
description = "Automates the wrapping and nesting of additional variations for some or all of a struct's fields."
edition = "2024"
license = "MIT"
name = "shrinkwrap"
readme = "README.md"
repository = "https://github.com/kylekingcdn/shrinkwrap-rs"
resolver = "2"
version = "0.5.0"