[package] name = "ctor" version = "0.3.0-beta0" authors = ["Matt Mastracci "] 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] # For nightly users, used(linker) may be a better choice used_linker = [] [dev-dependencies] libc-print = "0.1.20" [lib] name = "ctor" proc-macro = true [[example]] name = "example" path = "src/example.rs"