contained-derive 0.2.1

useful derive macros for the scsys ecosystem
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[features]
default = []
nightly = ["proc-macro2/nightly"]

[lib]
bench = false
doc = true
doctest = false
name = "contained_derive"
path = "src/lib.rs"
proc-macro = true
test = false

[package]
authors = ["FL03 <joe@pzzld.org> (https://github.com/FL03)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "useful derive macros for the scsys ecosystem"
edition = "2024"
homepage = "https://github.com/FL03/contained/wiki"
keywords = ["macros", "transparent", "wrapper"]
license = "Apache-2.0"
name = "contained-derive"
readme = "README.md"
repository = "https://github.com/FL03/contained.git"
rust-version = "1.85.0"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = false
features = ["default"]
rustc-args = ["--cfg", "docsrs"]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"

[[test]]
name = "default"
path = "tests/default.rs"

[[test]]
name = "wrapper"
path = "tests/wrapper.rs"