orderly 0.5.1

A program for ordered re(start),stop and cleanup of processes.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "orderly"
version = "0.5.1"
authors = ["Andrew Chambers <ac@acha.ninja>"]
description = "A program for ordered re(start),stop and cleanup of processes."
license = "MIT"
[dependencies.crossbeam-channel]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.13"

[dependencies.signal-hook]
version = "0.1"
default-features = false

[dependencies.simple_logger]
version = "1.0.1"