lazymut 0.2.1

Similar to LazyCell, but use &mut self to get or initialization
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"
name = "lazymut"
version = "0.2.1"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Similar to LazyCell, but use &mut self to get or initialization"
readme = "README.md"
keywords = [
    "lazy",
    "mut",
    "once",
    "lock",
    "mutex",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/lazymut-rs"

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

[dependencies]