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