[features]
__warn_on_missing_unsafe = []
default = []
used_linker = []
[lib]
name = "ctor_proc_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "proc-macro support for the ctor crate"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "ctor-proc-macro"
readme = "README.md"
repository = "https://github.com/mmastrac/rust-ctor"
resolver = "2"
version = "0.0.4"