phantom_ci 0.2.2

Secure Headless Self-Hosted Runner
# 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 = "2021"
name = "phantom_ci"
version = "0.2.2"
authors = ["james@koonts.net"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure Headless Self-Hosted Runner"
readme = "README.md"
keywords = [
    "self-hosted",
    "git",
    "scm",
    "cicd",
]
license = "MIT"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.config]
version = "0.15.19"

[dependencies.discord-webhook-lib]
version = "0.2.3"

[dependencies.dotenv]
version = "0.15"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.9.2"

[dependencies.rusqlite]
version = "0.38.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.whoami]
version = "2.0.1"