# 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 = "kurv" version = "0.0.2" authors = ["Lucas Colombo"] description = "A process manager to daemonize commands and programs. Inspired by pm2, but lightweight and not as featureful." homepage = "https://kurv.lucode.ar" readme = "README.md" keywords = [ "cli", "process", "manager", "daemon", "daemonize", ] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/lucas-labs/kurv" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.cli-table] version = "0.4.7" [dependencies.command-group] version = "5.0.1" [dependencies.crossterm] version = "0.27.0" [dependencies.form_urlencoded] version = "1.2.1" [dependencies.htmlparser] version = "0.1.1" [dependencies.indoc] version = "2.0.4" [dependencies.log] version = "0.4.20" [dependencies.pico-args] version = "0.5.0" [dependencies.regex-lite] version = "0.1.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9.27" [dependencies.velcro] version = "0.5.4"