# 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 = "autocrate" version = "0.1.0-prealpha.3" authors = ["Christoph J. Scherr "] publish = true description = "Release Manager for Your Projects on Gitea, GitHub, and GitLab" homepage = "https://git.cscherr.de/PlexSheep/autocrate" readme = "README.md" keywords = [ "continuous-delivery", "workflow-automation", "gitea", "changelog", "automated-builds", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://git.cscherr.de/PlexSheep/autocrate" [lib] name = "autocrate" path = "src/lib.rs" [[bin]] name = "autocrate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" [dependencies.clap] version = "4.4.18" features = [ "derive", "help", ] [dependencies.clap-verbosity-flag] version = "2.1.2" [dependencies.git2] version = "0.18.1" [dependencies.libpt] version = "0.3.11" features = ["log"] [dependencies.reqwest] version = "0.11.24" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_yaml] version = "0.9.30" [dependencies.tempfile] version = "3.9.0" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.36.0" features = [ "tokio-macros", "rt-multi-thread", "macros", ] [dependencies.url] version = "2.5.0" features = ["serde"]