git-conventional 0.8.0

A parser library for the Conventional Commit specification.
Documentation
[badges.azure-devops]
pipeline = "git-conventional"
project = "crate-ci"

[badges.codecov]
repository = "crate-ci/git-conventional"
[dependencies.doc-comment]
version = "0.3"

[dependencies.nom]
default-features = false
features = ["std"]
version = "5"

[dependencies.unicase]
version = "2.5"
[dev-dependencies.indoc]
version = "0.3"

[package]
authors = ["Ed Page <eopage@gmail.com>", "Jean Mertz <helloworld@rustic.games>"]
categories = ["parser-implementations"]
description = "A parser library for the Conventional Commit specification."
documentation = "http://docs.rs/git-conventional/"
edition = "2018"
homepage = "https://github.com/crate-ci/git-conventional"
keywords = ["parser", "git", "conventional-commit", "commit", "conventional"]
license = "MIT OR Apache-2.0"
name = "git-conventional"
readme = "README.md"
repository = "https://github.com/crate-ci/git-conventional"
version = "0.8.0"