[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_macros"
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 = "procedural macros for managing wrappers"
edition = "2024"
homepage = "https://github.com/FL03/contained/wiki"
keywords = ["macros", "transparent", "wrapper"]
license = "Apache-2.0"
name = "contained-macros"
readme = "README.md"
repository = "https://github.com/FL03/contained.git"
rust-version = "1.85.0"
version = "0.2.0"
[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}}"