[badges.travis-ci]
branch = "master"
repository = "mmastrac/rust-ctor"
[dev-dependencies.libc-print]
version = "0.1.20"
[[example]]
name = "example"
path = "src/example.rs"
[features]
__warn_on_missing_unsafe = []
default = []
used_linker = []
[lib]
name = "ctor"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "__attribute__((constructor)) for Rust"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "ctor"
readme = "README.md"
repository = "https://github.com/mmastrac/rust-ctor"
version = "0.3.2"