auto_invalidate 0.1.1

Automatic cache invalidation on mutable access using a guard pattern
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 = "auto_invalidate"
version = "0.1.1"
authors = ["ebreyer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic cache invalidation on mutable access using a guard pattern"
readme = "README.md"
keywords = [
    "cache",
    "invalidate",
    "memoization",
    "derive",
    "macro",
]
categories = [
    "caching",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ebreyer/auto_invalidate"
resolver = "2"

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

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

[dependencies.auto_invalidate_derive]
version = "0.1.0"