[package]
edition = "2021"
name = "linktime-proc-macro"
version = "0.1.0"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "proc-macro support for the linktime crates"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-ctor"
[features]
ctor = []
default = []
dtor = []
link_section = []
[lib]
name = "linktime_proc_macro"
path = "src/lib.rs"
proc-macro = true