igniter 0.1.0

A simple process manager written in Rust
# 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]
name = "igniter"
version = "0.1.0"
authors = ["Paolo Marino <paolomarinos@gmail.com>"]
description = "A simple process manager written in Rust"
license = "MIT"
repository = "https://github.com/pmarino90/igniter"
[dependencies.clap]
version = "2.29.1"

[dependencies.config]
version = "0.7.0"

[dependencies.ctrlc]
version = "3.0"
features = ["termination"]

[dependencies.nix]
version = "0.9.0"

[dependencies.prettytable-rs]
version = "^0.6"

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0.9"