[package]
name = "userd"
description = "A user daemon, managing services and regular running of jobs, in user space."
version = "0.2.0"
edition = "2024"
license = "MIT"
repository = "https://gitlab.com/cyloncore/userd"
homepage = "https://cyloncore.com"
[dependencies]
anyhow = "1.0.100"
ccutils = { version = "0.2.1", features = ["sync"] }
directories = "6"
dirs = "6"
env_logger = "0.11"
futures = "0.3"
humantime-serde = "1"
log = "0.4"
notify = "8"
nu-cli = "0.107.0"
nu-cmd-lang = "0.107.0"
nu-command = "0.107.0"
nu-engine = "0.107.0"
nu-parser = "0.107.0"
nu-protocol = "0.107.0"
serde = { version = "1", features = ["derive"] }
serde_yaml_ng = "0.10"
tokio = { version = "1", features = [
"macros",
"process",
"rt-multi-thread",
"sync",
"time",
] }
tokio-util = "0.7"