[package]
edition = "2024"
name = "clonelicious"
version = "2.3.5"
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 macro library that simplifies cloning and closure execution. The `clone!` macro automatically clones variables and immediately executes the closure with the cloned values, streamlining common patterns in Rust programming."
readme = "README.md"
keywords = [
"standard",
"macro",
"extensions",
"structures",
"simplifying",
]
categories = [
"data-structures",
"development-tools",
]
license = "MIT"
repository = "https://github.com/crates-dev/clonelicious"
resolver = "2"
[lib]
name = "clonelicious"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dev-dependencies.tokio]
version = "1.53.1"
features = ["full"]