reload_self 0.1.21

Cross-platform process hot reload library / 跨平台进程热重载库
Documentation
[dependencies.log]
version = "0.4.29"

[dependencies.tokio]
features = ["rt"]
version = "1.48.0"

[dependencies.tokio-util]
version = "0.7.17"

[dependencies.xerr]
version = "0.1.16"

[features]
default = []

[lib]
name = "reload_self"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross-platform process hot reload library / 跨平台进程热重载库"
edition = "2024"
homepage = "https://github.com/js0-site/rust/tree/dev/reload_self"
keywords = ["reload", "signal", "process", "hotswap", "restart"]
license = "MulanPSL-2.0"
name = "reload_self"
readme = "README.md"
repository = "https://github.com/js0-site/rust.git"
resolver = "2"
version = "0.1.21"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(target_os = "linux")'.dependencies.sd-notify]
version = "0.4.5"

[target."cfg(unix)".dependencies.nix]
features = ["process"]
version = "0.30.1"

[target."cfg(unix)".dependencies.tokio]
features = ["signal"]
version = "1.48.0"

[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi", "processenv", "wincon"]
version = "0.3.9"