[dependencies.once_cell]
version = "1.21.3"
[dependencies.tokio]
features = ["full"]
version = "1.49.0"
[lib]
name = "recoverable_spawn"
path = "src/lib.rs"
[package]
authors = ["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/crates-dev/recoverable-spawn.git"
version = "3.9.11"
[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"