brb-cli 1.0.0

Run a command. Walk away. Get notified when it finishes.
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 = "brb-cli"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a command. Walk away. Get notified when it finishes."
readme = "README.md"
keywords = ["cli"]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mcmanussliam/brb"

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

[[bin]]
name = "brb"
path = "src/main.rs"

[[test]]
name = "channels_delivery"
path = "tests/channels_delivery.rs"

[[test]]
name = "cli_parse"
path = "tests/cli_parse.rs"

[[test]]
name = "config_env"
path = "tests/config_env.rs"

[[test]]
name = "config_validation"
path = "tests/config_validation.rs"

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.directories]
version = "6.0.0"

[dependencies.hostname]
version = "0.4.1"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.16"

[dev-dependencies.tempfile]
version = "3.23.0"