parse-changelog 0.2.2

A simple changelog parser, written in Rust.
Documentation
[[bin]]
name = "parse-changelog"
required-features = ["default"]
[dependencies.anyhow]
optional = true
version = "1.0.20"

[dependencies.indexmap]
features = ["std"]
version = "1.5.2"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
default-features = false
features = ["std", "unicode"]
version = "1.3"

[dependencies.structopt]
optional = true
version = "0.3"
[dev-dependencies.easy-ext]
version = "0.2"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[features]
default = ["anyhow", "structopt", "regex/perf"]

[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
categories = ["command-line-utilities", "parsing", "text-processing"]
description = "A simple changelog parser, written in Rust.\n"
documentation = "https://docs.rs/parse-changelog"
edition = "2018"
exclude = ["/.github", "/scripts"]
keywords = ["changelog", "parser"]
license = "Apache-2.0 OR MIT"
name = "parse-changelog"
readme = "README.md"
repository = "https://github.com/taiki-e/parse-changelog"
version = "0.2.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]