[package]
name = "ctor"
version = "0.3.5"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
edition = "2021"
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]
default = []
used_linker = ["ctor-proc-macro/used_linker"]
__warn_on_missing_unsafe = ["ctor-proc-macro/__warn_on_missing_unsafe"]
[dependencies]
ctor-proc-macro = "=0.0.4"
[dev-dependencies]
libc-print = "0.1.20"
[[example]]
name = "example"
path = "src/example.rs"