[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[lib]
name = "async_func"
path = "src/lib.rs"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools"]
description = "A Rust library providing macros to simplify the creation of asynchronous closures with external state captured by move. Useful for structuring asynchronous code with ease and clarity."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["standard", "macro", "extensions", "structures", "simplifying"]
license = "MIT"
name = "async-func"
readme = "README.md"
repository = "https://github.com/ltpp-universe/async-func"
version = "0.1.2"
[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "abort"
strip = "debuginfo"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "abort"
strip = "debuginfo"