[package]
name = "ctor"
version = "0.3.0"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
edition = "2018"
description = "__attribute__((constructor)) for Rust"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-ctor"
readme = "../README.md"
[badges]
travis-ci = { repository = "mmastrac/rust-ctor", branch = "master" }
[features]
used_linker = []
[dev-dependencies]
libc-print = "0.1.20"
[lib]
name = "ctor"
proc-macro = true
[[example]]
name = "example"
path = "src/example.rs"