process-queue 0.1.1

Queue programs for execution
# 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 = "process-queue"
version = "0.1.1"
authors = ["Samuel Laurén <samuel.lauren@iki.fi>"]
build = "build.rs"
description = "Queue programs for execution"
readme = "README.md"
keywords = ["queue"]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://bitbucket.org/Soft/process-queue"
[profile.release]
lto = true
panic = "abort"

[[bin]]
name = "pqueue"
path = "src/main.rs"
[dependencies.clap]
version = "2.20.3"

[dependencies.daemonize]
version = "0.2.3"

[dependencies.dbus]
version = "0.5.0"

[dependencies.regex]
version = "0.2.1"

[dependencies.slog]
version = "1.5.2"

[dependencies.slog-json]
version = "1.2.1"

[dependencies.slog-stream]
version = "1.2.0"

[dependencies.slog-term]
version = "1.5.0"

[dependencies.users]
version = "0.5.2"

[dependencies.xdg]
version = "2.0.0"
[build-dependencies.clap]
version = "2.20.3"