[dependencies.once_cell]
version = "=1.21.3"
[dependencies.tokio]
features = ["full"]
version = "=1.44.1"
[lib]
name = "recoverable_spawn"
path = "src/lib.rs"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A thread that supports automatic recovery from panics, allowing threads to restart after a panic. Useful for resilient and fault-tolerant concurrency in network and web programming."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["time", "hyperlane", "day", "format", "lang"]
license = "MIT"
name = "recoverable-spawn"
readme = "README.md"
repository = "https://github.com/ltpp-universe/recoverable-spawn.git"
version = "3.5.4"
[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"