dtor 0.4.0

__attribute__((destructor)) for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.60"
name = "dtor"
version = "0.4.0"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "__attribute__((destructor)) for Rust"
readme = "README.md"
categories = ["no-std"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-ctor"

[features]
default = [
    "std",
    "proc_macro",
    "no_warn_on_missing_unsafe",
    "priority",
]
no_warn_on_missing_unsafe = []
priority = []
proc_macro = ["dep:dtor-proc-macro"]
std = []
used_linker = []

[lib]
name = "dtor"
path = "src/lib.rs"

[dependencies.dtor-proc-macro]
version = "=0.0.10"
optional = true

[dependencies.link-section]
version = "=0.0.8"
default-features = false

[dev-dependencies.libc-print]
version = "0.1"