# 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 = "changelog-rust"
version = "1.1.25"
authors = ["Adam Bratin <adam.bratin@gmail.com>"]
description = "A tool to generate release changelogs"
homepage = "https://github.com/adam-bratin/changelog-rs"
readme = "README.md"
keywords = ["cli", "changelog"]
categories = ["command-line-utilities"]
license-file = "./LICENSE"
repository = "https://github.com/adam-bratin/changelog-rs"
[dependencies.chrono]
version = "0.4.*"
features = ["serde"]

[dependencies.dialoguer]
version = "0.8.*"

[dependencies.futures]
version = "0.3.*"

[dependencies.glob]
version = "0.3.*"

[dependencies.maplit]
version = "1.0.*"

[dependencies.mustache]
version = "0.9.*"

[dependencies.packer]
version = "0.5.*"

[dependencies.path-absolutize]
version = "3.0.*"

[dependencies.sanitize-filename]
version = "0.3.*"

[dependencies.serde]
version = "1.0.*"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.*"

[dependencies.structopt]
version = "0.3.*"

[dependencies.strum]
version = "0.20"

[dependencies.strum_macros]
version = "0.20"

[dependencies.tokio]
version = "0.2.*"
features = ["full"]
[dev-dependencies.cargo-husky]
version = "1.5.*"
features = ["user-hooks"]
default-features = false