clparse 0.9.2

A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format.
Documentation
[[bin]]
name = "clparse"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.3"

[dependencies.chrono]
features = ["serde"]
version = "0.4.7"

[dependencies.clap]
features = ["yaml", "suggestions", "color"]
version = "2.33.0"

[dependencies.derive-getters]
version = "0.1.0"

[dependencies.derive_builder]
version = "0.7.2"

[dependencies.err-derive]
version = "0.2.4"

[dependencies.indexmap]
version = "1.2.0"

[dependencies.pulldown-cmark]
version = "0.5.3"

[dependencies.serde]
version = "1.0.100"

[dependencies.serde_derive]
version = "1.0.100"

[dependencies.serde_json]
version = "1.0.40"

[dependencies.serde_yaml]
version = "0.8.9"

[dependencies.textwrap]
version = "0.11.0"

[dependencies.versions]
features = ["serde"]
version = "5.0.1"

[lib]
name = "clparse"
path = "src/lib.rs"

[package]
authors = ["Marc Addeo <hi@marc.cx>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "text-processing"]
description = "A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format."
documentation = "https://github.com/marcaddeo/clparse#clparse"
edition = "2018"
exclude = [".cl", ".gitignore", "scripts"]
homepage = "https://github.com/marcaddeo/clparse"
keywords = ["changelog", "parser", "keepachangelog"]
license = "MIT"
name = "clparse"
readme = "README.md"
repository = "https://github.com/marcaddeo/clparse"
version = "0.9.2"