[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[dev-dependencies.trybuild]
version = "1"
[lib]
name = "dissolve_derive"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "derive macro for creating dissolved structs with public fields and optional field renaming"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "dissolve-derive"
publish = true
readme = "README.md"
repository = "https://github.com/rotorship/dissolve-derive"
version = "0.1.4"
[[test]]
name = "compile_fail_tests"
path = "tests/compile_fail_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"