expiring_ref 0.9.0

A crate designed to implement a mechanism for owning values, via a destructively-moved equivalent to C++'s xvalues/`T&&`
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 = "2024"
name = "expiring_ref"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate designed to implement a mechanism for owning values, via a destructively-moved equivalent to C++'s xvalues/`T&&`"
readme = "README.md"
keywords = [
    "xvalue",
    "ownref",
    "moveref",
    "take",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "LGPL-2.1"
repository = "https://git.gay/Zepalesque/expiring_ref"

[features]
alloc = []
default = [
    "alloc",
    "unstable_project",
]
unstable_box_alias = []
unstable_dyn_example = []
unstable_out = []
unstable_project = []

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

[dependencies.pastey]
version = "0.2.3"