phylactery 3.0.0

Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries.
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.75"
name = "phylactery"
version = "3.0.0"
authors = ["Magicolo <magicololand@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries."
documentation = "https://docs.rs/phylactery/latest/phylactery/"
readme = "README.md"
keywords = [
    "unsafe",
    "lifetime",
    "extension",
    "static",
    "pin",
]
categories = [
    "concurrency",
    "no-std",
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/Magicolo/phylactery"

[badges.github]
repository = "Magicolo/phylactery"
workflow = "test"

[features]
default = [
    "std",
    "shroud",
]
shroud = ["phylactery_macro"]
std = []

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

[[example]]
name = "scoped_static_logger"
path = "examples/scoped_static_logger.rs"

[[example]]
name = "thread_spawn_bridge"
path = "examples/thread_spawn_bridge.rs"

[[test]]
name = "binding"
path = "tests/binding.rs"

[[test]]
name = "loom"
path = "tests/loom.rs"

[[test]]
name = "shroud"
path = "tests/shroud.rs"

[dependencies.atomic-wait]
version = "1.1"
default-features = false

[dependencies.phylactery_macro]
version = "0.4"
optional = true
default-features = false

[dependencies.rustversion]
version = "1.0"

[target."cfg(loom)".dependencies.loom]
version = "0.7"