# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bjobs" version = "0.3.1" authors = ["Clément Nerma "] description = "A background jobs manager" license = "Apache-2.0" repository = "https://github.com/ClementNerma/BJobs" [[bin]] name = "bjobs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.command-group] version = "2.1.0" [dependencies.daemonize-me] version = "2.0.1" [dependencies.dirs] version = "4.0.0" [dependencies.once_cell] version = "1.17.1" [dependencies.os_pipe] version = "1.1.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.155" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.94" [dependencies.tabular] version = "0.2.0" [dependencies.time] version = "0.3.20" features = [ "local-offset", "formatting", ]