Skip to content
Cargo.toml 1.59 KiB
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "pmc"
version = "1.9.0"
theMackabu's avatar
theMackabu committed
edition = "2021"
theMackabu's avatar
theMackabu committed
license = "MIT"
theMackabu's avatar
theMackabu committed
repository = "https://lab.themackabu.dev/self/pmc"
description = "PMC is a simple and easy to use PM2 alternative"
theMackabu's avatar
theMackabu committed
[build-dependencies]
tar = "0.4.40"
chrono = "0.4.31"
flate2 = "1.0.28"
cxx-build = "1.0.112"

theMackabu's avatar
theMackabu committed
[dependencies]
theMackabu's avatar
theMackabu committed
log = "0.4.20"
toml = "0.8.8"
home = "0.5.9"
ryu = "1.0.16"
clap = "4.4.12"
cxx = "1.0.112"
theMackabu's avatar
theMackabu committed
bytes = "1.5.0"
theMackabu's avatar
theMackabu committed
tera = "1.19.1"
theMackabu's avatar
theMackabu committed
regex = "1.10.2"
libc = "0.2.151"
anyhow = "1.0.78"
colored = "2.1.0"
theMackabu's avatar
theMackabu committed
macros-rs = "0.5.0"
theMackabu's avatar
theMackabu committed
termcolor = "1.4.0"
theMackabu's avatar
theMackabu committed
env_logger = "0.10.1"
theMackabu's avatar
theMackabu committed
lazy_static = "1.4.0"
theMackabu's avatar
theMackabu committed
prometheus = "0.13.3"
theMackabu's avatar
theMackabu committed
include_dir = "0.7.3"
theMackabu's avatar
theMackabu committed
simple-logging = "2.0.2"
theMackabu's avatar
theMackabu committed
pretty_env_logger = "0.5.0"
theMackabu's avatar
theMackabu committed
theMackabu's avatar
theMackabu committed

tokio = { version = "1.35.1", features = ["full"] }
theMackabu's avatar
theMackabu committed
rocket = { version = "0.5.0", features = ["json"] }
theMackabu's avatar
theMackabu committed
psutil = { version = "3.2.2", features = ["serde"] }
tabled = { version = "0.15.0", features = ["ansi"] }
chrono = { version = "0.4.31", features = ["serde"] }
serde = { version = "1.0.193", features = ["derive"] }
nix = { version = "0.27.1", features = ["process", "signal"] }
theMackabu's avatar
theMackabu committed
utoipa = { version = "4.1.0", features = ["serde_yaml", "non_strict_integers"] }
theMackabu's avatar
theMackabu committed
update-informer = "1.1.0"
inquire = "0.7.5"
theMackabu's avatar
theMackabu committed
[dependencies.reqwest]
version = "0.11.23"
default-features = false
features = [
   "blocking", 
   "json", 
   "rustls-tls", 
]

[build-dependencies.reqwest]
version = "0.11.23"
default-features = false
features = [
   "blocking", 
   "rustls-tls",