[package]
edition = "2024"
name = "flatten_structs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allows inlining fields into another struct."
readme = "README.md"
keywords = [
"flatten",
"inline",
"struct",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/LukaOber/flatten_structs"
[lib]
name = "flatten_structs"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0.15"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[dev-dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.140"