justrun 1.1.0

Just run it! A simple init system
Documentation
# 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 = "2024"
name = "justrun"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Just run it! A simple init system"
homepage = "https://github.com/LeviLovie/justrun"
readme = "README.md"
license = "MIT"

[lib]
name = "justrun"
path = "src/lib.rs"

[[bin]]
name = "justrun"
path = "src/cli/cli.rs"

[[bin]]
name = "justrund"
path = "src/daemon/daemon.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.36"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tokio]
version = "1.44.2"
features = [
    "net",
    "io-util",
    "rt",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.yaml-rust2]
version = "0.10.1"