# 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 = "auto-merge" version = "0.1.1" authors = ["Xavier Lau "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Merge GitHub Actions pull request automatically." homepage = "https://hack.ink/auto-merge" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hack-ink/auto-merge" [profile.ci-dev] incremental = false inherits = "dev" [profile.ci-release] lto = true inherits = "release" [[bin]] name = "auto-merge" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.reqwew] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.4" features = [ "macros", "rt-multi-thread", ] [build-dependencies.vergen-gitcl] version = "1.0" features = ["cargo"]