# 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 = "watchmend" version = "0.0.1" authors = ["ahriknow "] description = "Watchmen is a daemon process manager that for you manage and keep your application online 24/7" homepage = "https://docs.ahriknow.com/watchmen" documentation = "https://docs.ahriknow.com/watchmen" readme = "README.md" keywords = [ "watchmen", "ahriknow", "daemon", "process", "manager", ] categories = [ "system-programming", "development-tools", "utilities", "os", "os::linux-apis", ] license = "Apache-2.0" repository = "https://github.com/ahriroot/watchmen.git" [lib] name = "watchmend" path = "src/lib.rs" [[bin]] name = "watchmend" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.configparser] version = "3" [dependencies.dirs] version = "5" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.nanoid] version = "0.4.0" [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "sock", "socket", "http", "http-panel", ] http = [] http-panel = [] redis = [] sock = [] socket = []