nutex 0.1.2

Nutex stands for NUllable muTEX: mutex that may contain value that doesn't exist.
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 = "nutex"
version = "0.1.2"
authors = ["KTILTED"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nutex stands for NUllable muTEX: mutex that may contain value that doesn't exist."
readme = "README.md"
keywords = [
    "mutex",
    "tokio",
    "async",
]
categories = ["concurrency"]
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ktilted/nutex"

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

[dependencies.tokio]
version = "1.53.1"
features = ["sync"]