[badges.github]
repository = "Magicolo/phylactery"
workflow = "test"
[dependencies.rustversion]
version = "1.0.22"
[[example]]
name = "cheat"
path = "examples/cheat.rs"
[features]
cell = ["std"]
default = ["cell", "lock"]
lock = ["std"]
std = []
[lib]
name = "phylactery"
path = "src/lib.rs"
[package]
authors = ["Magicolo <magicololand@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "no-std", "data-structures", "memory-management"]
description = "Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries."
documentation = "https://docs.rs/phylactery/latest/checkito/"
edition = "2021"
keywords = ["unsafe", "lifetime", "scope", "extension", "static"]
license = "MIT"
name = "phylactery"
readme = "README.md"
repository = "https://github.com/Magicolo/phylactery"
rust-version = "1.79"
version = "0.2.2"
[[test]]
name = "core"
path = "tests/core.rs"
[[test]]
name = "shroud"
path = "tests/shroud.rs"