git-changelog 0.2.1

A tool to automate project changelog generation.
Documentation
# 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]
name = "git-changelog"
version = "0.2.1"
authors = ["Aldrin J D'Souza <mail@aldrin.co>"]
description = "A tool to automate project changelog generation."
homepage = "https://github.com/aldrin/git-changelog"
readme = "README.md"
keywords = ["git", "changelog", "report", "project", "status"]
categories = ["command-line-utilities", "development-tools"]
license = "MIT"
repository = "https://github.com/aldrin/git-changelog"

[lib]
name = "changelog"

[[bin]]
name = "git-changelog"
doc = false
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.26"

[dependencies.env_logger]
version = "0.3"

[dependencies.exitcode]
version = "1.1"

[dependencies.handlebars]
version = "0.29"

[dependencies.log]
version = "0.3"

[dependencies.nom]
version = "3.2"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_yaml]
version = "0.7"
[badges.appveyor]
repository = "aldrin/git-changelog"

[badges.codecov]
repository = "aldrin/git-changelog"

[badges.is-it-maintained-issue-resolution]
repository = "aldrin/git-changelog"

[badges.is-it-maintained-open-issues]
repository = "aldrin/git-changelog"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "aldrin/git-changelog"