[package]
edition = "2018"
name = "ctor"
version = "0.1.11"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
description = "__attribute__((constructor)) for Rust"
readme = "../README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-ctor"
[lib]
name = "ctor"
proc-macro = true
[[example]]
name = "example"
path = "src/example.rs"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "1"
features = ["full", "fold", "parsing", "printing", "proc-macro"]
default-features = false
[dev-dependencies.libc-print]
version = "0.1.7"
[badges.travis-ci]
branch = "master"
repository = "mmastrac/rust-ctor"