1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 17:42:36 +03:00
git-cliff/git-cliff-core/Cargo.toml
2021-07-03 14:22:55 +03:00

36 lines
811 B
TOML

[package]
name = "git-cliff-core"
version = "0.1.0-rc.21" # managed by release.sh
description = "Core library of git-cliff"
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "GPL-3.0"
homepage = "https://github.com/orhun/git-cliff"
repository = "https://github.com/orhun/git-cliff"
keywords = ["changelog", "generator", "conventional", "commit"]
edition = "2018"
[dependencies]
thiserror = "1.0.26"
serde = "1.0"
serde_derive = "1.0"
tera = "1.12.0"
regex = "1.5.4"
serde_regex = "1.1.0"
indexmap = "1.7.0"
[dependencies.git2]
version = "0.13.20"
default-features = false
[dependencies.config]
version = "0.11.0"
default-features = false
features = ["toml", "yaml"]
[dev-dependencies]
pretty_assertions = "0.7"
[dependencies.git-conventional]
version = "0.9.2"
features = ["serde"]