git-cliff-core 2.12.0

Core library of git-cliff
[dependencies.async-stream]
optional = true
version = "0.3.6"

[dependencies.bincode]
version = "2.0.1"

[dependencies.cacache]
default-features = false
features = ["mmap", "tokio-runtime"]
version = "13.1.0"

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

[dependencies.config]
default-features = false
features = ["toml", "yaml"]
version = "0.15.19"

[dependencies.dirs]
version = "6.0.0"

[dependencies.document-features]
optional = true
version = "0.2.12"

[dependencies.dyn-clone]
version = "1.0.17"

[dependencies.futures]
optional = true
version = "0.3.31"

[dependencies.git-conventional]
features = ["serde"]
version = "0.12.7"

[dependencies.git2]
default-features = false
optional = true
version = "0.20.3"

[dependencies.glob]
version = "0.3.2"

[dependencies.http-cache-reqwest]
optional = true
version = "0.15.0"

[dependencies.indexmap]
features = ["serde"]
version = "2.12.1"

[dependencies.lazy-regex]
version = "3.4.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.21"

[dependencies.next_version]
version = "0.2.26"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
default-features = false
features = ["blocking", "rustls-tls", "rustls-tls-native-roots", "json", "zstd"]
optional = true
version = "0.12.25"

[dependencies.reqwest-middleware]
optional = true
version = "0.4.0"

[dependencies.rust-embed]
features = ["debug-embed", "compression"]
version = "8.9.0"

[dependencies.secrecy]
features = ["serde"]
version = "0.8.0"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_regex]
version = "1.1.0"

[dependencies.tera]
version = "1.20.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
optional = true
version = "1.48.0"

[dependencies.toml]
version = "0.9.8"

[dependencies.url]
version = "2.5.3"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.expect-test]
version = "1.5.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.temp-dir]
version = "0.1.16"

[features]
azure_devops = ["remote"]
bitbucket = ["remote"]
default = ["repo"]
gitea = ["remote"]
github = ["remote"]
gitlab = ["remote"]
remote = ["dep:reqwest", "dep:http-cache-reqwest", "dep:reqwest-middleware", "dep:tokio", "dep:futures", "dep:async-stream"]
repo = ["dep:git2"]

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

[lints.clippy]
inefficient_to_string = "allow"
items_after_statements = "allow"
literal_string_with_formatting_args = "allow"
manual_string_new = "allow"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_raw_string_hashes = "allow"
redundant_closure_for_method_calls = "allow"
redundant_else = "allow"
struct_excessive_bools = "allow"
tabs_in_doc_comments = "allow"
too_many_lines = "allow"
uninlined_format_args = "allow"
unnecessary_wraps = "allow"
unreadable_literal = "allow"
wildcard_imports = "allow"

[package]
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core library of git-cliff"
edition = "2024"
homepage = "https://github.com/orhun/git-cliff"
keywords = ["changelog", "generator", "conventional", "commit"]
license = "MIT OR Apache-2.0"
name = "git-cliff-core"
readme = "README.md"
repository = "https://github.com/orhun/git-cliff"
resolver = "2"
rust-version = "1.85.1"
version = "2.12.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"