[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15"
[dev-dependencies]
[lib]
name = "contructor_derive"
proc-macro = true
[package]
authors = ["Flier Lu <flier.lu@gmail.com>"]
categories = ["development-tools::ffi"]
description = "Registers a function to be called before/after main (if an executable) or when loaded/unloaded (if a dynamic library)."
documentation = "https://docs.rs/contructor_derive/"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["constructor", "destructor", "init", "term"]
license = "MIT/Apache-2.0"
name = "contructor-derive"
readme = "README.md"
repository = "https://github.com/flier/contructor-derive"
version = "0.1.1"