# 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 = "deployment-changelog" version = "0.1.1" authors = ["Chainso "] description = "A Rust library for generating changelogs based on deployments or commit ranges in Git repositories. It integrates with Bitbucket, Jira, and Spinnaker to retrieve commit, pull request, and issue information for the specified range or Spinnaker environment. The crate provides a structured `Changelog` object with a human-readable display representation." readme = "README.md" keywords = [ "changelog", "release-notes", "bitbucket", "jira", "spinnaker", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE.txt" repository = "https://github.com/Chainso/deployment-changelog" [dependencies.anyhow] version = "1.0.70" [dependencies.async-trait] version = "0.1.67" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.clap] version = "4.1.11" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.clap_complete] version = "4.1.5" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.27" [dependencies.graphql_client] version = "0.12.0" features = ["reqwest"] [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_with] version = "2.3.1" features = ["chrono"] [dependencies.shadow-rs] version = "0.21.0" [dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", ]