shellflip 2.1.2

Graceful process restarts in Rust
Documentation
[dependencies.anyhow]
version = "1.0.56"

[dependencies.async-trait]
version = "0.1.61"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2.76"

[dependencies.log]
version = "0.4.17"

[dependencies.nix]
version = "0.25"

[dependencies.sd-notify]
version = "0.3"

[dependencies.serde]
features = ["derive", "rc"]
version = "1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full", "test-util"]
version = "1.24.1"

[dependencies.tokio-stream]
features = ["net", "io-util"]
version = "0.1"

[dependencies.tokio-util]
features = ["compat", "time", "codec"]
version = "0.7.4"

[dev-dependencies.clap]
features = ["derive"]
version = "4.1.8"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

[[example]]
name = "restarter"
path = "examples/restarter.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Graceful process restarts in Rust"
documentation = "https://docs.rs/shellflip"
edition = "2021"
keywords = ["restart", "systemd"]
license = "BSD-3-Clause"
name = "shellflip"
readme = "README.md"
repository = "https://github.com/cloudflare/shellflip"
version = "2.1.2"