# 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 = "donder-release" version = "1.5.2" authors = ["Bruno Morgado "] description = "Quickly create releases on Github from the command line or CI using conventional commits." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.semver] version = "1.0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = ["full"]