ref_mut_stack 0.1.0

Iteratively stack mutable 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 = "2021"
rust-version = "1.89.0"
name = "ref_mut_stack"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Iteratively stack mutable references"
documentation = "https://docs.rs/ref_mut_stack"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/arnodb/ref_mut_stack"

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

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

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]