scoped_static_macro 0.0.1

Safe promotion of lifetimes to static
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "parsing", "derive", "printing", "proc-macro", "clone-impls", "extra-traits"]
version = "2"

[dependencies.uuid]
features = ["v7"]
version = "1"

[lib]
name = "scoped_static_macro"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe promotion of lifetimes to static"
edition = "2024"
license = "Apache-2.0"
name = "scoped_static_macro"
readme = false
repository = "https://github.com/mcmah309/scoped_static"
version = "0.0.1"