# 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 = "git-release" version = "0.1.1" authors = ["Arsham Shirvani"] description = "Set the release information based on all commits of a tag" documentation = "https://docs.rs/crate/git-release" readme = "README.md" keywords = [ "git", "github", "release", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/arsham/git-release" [dependencies.anyhow] version = "1.0.68" [dependencies.colored] version = "2" [dependencies.git2] version = "0.15" [dependencies.lazy_static] version = "1.4" [dependencies.octocrab] version = "0.18" [dependencies.regex] version = "1.7" [dependencies.structopt] version = "0.3" features = ["color"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.difference] version = "2" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempfile] version = "3.3"