[dependencies.higher-kinded-types]
version = "0.3.0"
[dependencies.maybe-dangling]
version = "0.1.2"
[dev-dependencies]
[features]
better-docs = []
default = []
docs-rs = ["better-docs"]
ui-tests = ["better-docs"]
[lib]
name = "unsafe_binders"
path = "src/_lib.rs"
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stable rust polyfill of `unsafe<'lt> …` binders"
documentation = "https://docs.rs/unsafe-binders"
edition = "2024"
keywords = ["unsafe", "binders", "lifetime", "never", "dangling"]
license = "Zlib OR MIT OR Apache-2.0"
name = "unsafe-binders"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/unsafe-binders.rs"
rust-version = "1.85.0"
version = "0.0.1"
[package.metadata.docs.rs]
features = ["docs-rs"]
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]