Skip to content
Cargo.toml 1.6 KiB
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "pmc"
version = "2.0.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.41"
chrono = "0.4.38"
flate2 = "1.0.31"
cxx-build = "1.0.126"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[dependencies]
log = "0.4.22"
toml = "0.8.19"
ryu = "1.0.18"
clap = "4.5.16"
cxx = "1.0.126"
bytes = "1.7.1"
tera = "1.20.0"
regex = "1.10.6"
libc = "0.2.156"
anyhow = "1.0.86"
inquire = "0.7.5"
hcl-rs = "0.18.0"
env_logger = "0.10.2"
merkle_hash = "3.7.0"
lazy_static = "1.5.0"
prometheus = "0.13.4"
include_dir = "0.7.4"
serde_json = "1.0.125"
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.39.2", features = ["full"] }
rocket = { version = "0.5.1", features = ["json"] }
psutil = { version = "3.3.0", features = ["serde"] }
tabled = { version = "0.15.0", features = ["ansi"] }
chrono = { version = "0.4.38", features = ["serde"] }
serde = { version = "1.0.208", features = ["derive"] }
nix = { version = "0.27.1", features = ["process", "signal"] }
utoipa = { version = "4.2.3", features = ["serde_yaml", "non_strict_integers"] }
theMackabu's avatar
theMackabu committed
os_info = "3.8.2"
theMackabu's avatar
theMackabu committed
[dependencies.reqwest]
version = "0.11.27"
theMackabu's avatar
theMackabu committed
default-features = false
features = [
   "blocking", 
   "json", 
   "rustls-tls", 
]

[build-dependencies.reqwest]
version = "0.11.27"
theMackabu's avatar
theMackabu committed
default-features = false
features = [
   "blocking", 
   "rustls-tls",