# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-changes" version = "0.1.0" authors = ["Claudio Giovanni Mattera "] description = "Generate changelog from git commit tree" homepage = "https://gitlab.com/claudiomattera/git-changes" readme = "Readme.md" keywords = ["git", "changelog"] categories = ["command-line-utilities", "development-tools"] license = "MPL-2.0" repository = "https://gitlab.com/claudiomattera/git-changes" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.git2] version = "0.13" [dependencies.markdown-composer] version = "0.3" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dependencies.structopt] version = "0.3" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" features = ["registry", "env-filter"]