# 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 = "2018" name = "ultraman" version = "0.3.2" authors = ["yukihirop "] exclude = [ "example/*", "man/*", ] default-run = "ultraman" description = "Manage Procfile-based applications" readme = "README.md" keywords = [ "foreman", "multiprocess", "multithread", "pipe", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/yukihirop/ultraman" [[bin]] name = "ultraman" path = "src/main.rs" [[bin]] name = "man" path = "man/main.rs" required-features = ["man"] [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.crossbeam] version = "0.8.1" [dependencies.dotenv] version = "0.15.0" [dependencies.handlebars] version = "4.2.2" [dependencies.nix] version = "0.23.1" [dependencies.regex] version = "1.5.5" [dependencies.roff] version = ">=0.1.0" optional = true [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.shellwords] version = "1.1.0" [dependencies.signal-hook] version = "0.3.13" [dependencies.structopt] version = "0.3.26" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.anyhow] version = "1.0.56" [dev-dependencies.libc] version = "0.2.121" [dev-dependencies.tempfile] version = "3.3.0" [features] man = ["roff"] [badges.maintenance] status = "actively-developed"