# 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 = "roundqueue" version = "0.2.9" authors = ["David Roundy "] description = "Easy queueing system" license = "GPL-2.0" repository = "https://github.com/droundy/roundqueue" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "3.0" [dependencies.git-version] version = "0.3.4" [dependencies.hostname] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.notify] version = "^4.0.1" [dependencies.num_cpus] version = "1.6" [dependencies.procfs] version = "0.8.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shared_child] version = "0.3.2" [dependencies.unix-daemonize] version = "^0.1.2" [badges.travis-ci] branch = "master" repository = "droundy/roundqueue"