facet-maybe-mut 0.1.0

Utility crate to abstract away lock primitives in facet
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 = "facet-maybe-mut"
version = "0.1.0"
authors = ["Erik Tesar <erik@erik-tesar.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility crate to abstract away lock primitives in facet"
readme = "README.md"
keywords = [
    "facet",
    "reflections",
    "rwlock",
    "mutex",
    "sync",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Erik1000/facet-egui"

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

[dependencies.derive_more]
version = "2.1"
features = [
    "from",
    "deref",
    "deref_mut",
    "debug",
]
default-features = false

[dependencies.facet]
version = "0.46"
features = ["alloc"]
default-features = false

[dependencies.facet-reflect]
version = "0.46"
features = ["alloc"]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.facet-testhelpers]
version = "0.46"