[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"
[lib]
name = "future_fn"
path = "src/lib.rs"
[package]
authors = ["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 = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["standard", "macro", "extensions", "structures", "simplifying"]
license = "MIT"
name = "future-fn"
readme = "README.md"
repository = "https://github.com/crates-dev/future-fn"
version = "0.3.7"
[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"