# 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.1.163" authors = ["james@koonts.net"] build = 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.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.config] version = "0.14.1" [dependencies.discord-webhook-lib] version = "0.1.7" [dependencies.dotenv] version = "0.15.0" [dependencies.rand] version = "0.9.0-beta.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.whoami] version = "2.0.0-pre.0"