guarden 0.1.2

Zero-cost abstractions for scoped guards, deferred execution, and async task detachment
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"
rust-version = "1.95"
name = "guarden"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-cost abstractions for scoped guards, deferred execution, and async task detachment"
readme = "README.md"
keywords = [
    "guard",
    "defer",
    "scope",
    "macro",
    "cleanup",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/ZnqbuZ/guarden"
resolver = "2"

[features]
default = ["tokio"]
tokio = ["dep:tokio"]

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

[dependencies.futures]
version = "0.3"

[dependencies.guarden-macros]
version = "0.1"

[dependencies.tokio]
version = "1.52"
features = ["rt"]
optional = true

[dev-dependencies.tokio]
version = "1.52"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4"