[[bin]]
name = "make_pub"
path = "src/main.rs"
[dependencies.quote]
version = "1.0.41"
[dependencies.syn]
features = ["full"]
version = "2.0.108"
[lib]
name = "make_pub"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Julian Wogersien <julian.wogersien@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro that makes all Fields in a struct public"
edition = "2024"
homepage = "https://github.com/JulianWogersien/make_pub"
keywords = ["macro"]
license = "GPL-3.0-or-later"
license-file = "LICENSE"
name = "make_pub"
readme = "README.md"
version = "1.0.1"