extend_mut 0.4.4

A library for extending exclusive references.
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 = "extend_mut"
version = "0.4.4"
authors = ["Ddystopia <alexanderbabak@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for extending exclusive references."
documentation = "https://docs.rs/extend_mut"
readme = "README.md"
keywords = [
    "no_std",
    "borrowck",
    "async",
    "lifetime",
    "static",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ddystopia/extend_mut"

[features]
assume-non-forget = []
async = []
default = ["std"]
std = []

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

[dependencies.pin-project-lite]
version = "0.2.16"