# 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 = "publish-action" version = "0.4.0" authors = ["tu6ge <772364230@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auto Publish Cargo with Github Action" readme = "README.md" keywords = [ "github-action", "cargo", "CI-CD", "publish", ] license = "MIT" repository = "https://github.com/tu6ge/publish-action" [[bin]] name = "publish-action" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.cargo] version = "0.75.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.futures] version = "0.3.21" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tempfile] version = "3.5.0"