[package]
edition = "2024"
name = "future-fn"
version = "0.4.4"
authors = ["root@ltpp.vip"]
build = false
exclude = [
"target",
"Cargo.lock",
"sh",
".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
readme = "README.md"
keywords = [
"standard",
"macro",
"extensions",
"structures",
"simplifying",
]
categories = [
"data-structures",
"development-tools",
]
license = "MIT"
repository = "https://github.com/crates-dev/future-fn"
resolver = "2"
[lib]
name = "future_fn"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dev-dependencies.tokio]
version = "1.53.1"
features = ["full"]