# 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 = "2018" name = "cheapskate-ci" version = "0.1.8" authors = ["Max Jacobson "] description = "CLI for those who are too cheap to pay for CI but still want required GitHub status checks. Now they can run this locally." readme = "README.md" keywords = ["ci"] license = "MIT" repository = "https://github.com/maxjacobson/cheapskate-ci" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.psst] version = "0.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.tokio] version = "1.30.0" features = ["full"] [dependencies.toml] version = "0.7"