acorns 1.2.4

Generate an AsciiDoc release notes document from tracking tickets.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "acorns"
version = "1.2.4"
authors = [
    "Marek Suchánek <msuchane@redhat.com>",
    "Marc Muehlfeld <mmuehlfeld@redhat.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate an AsciiDoc release notes document from tracking tickets."
homepage = "https://redhat-documentation.github.io/acorns/"
readme = "README.md"
keywords = [
    "releasenotes",
    "asciidoc",
    "documentation",
    "RedHat",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "template-engine",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/redhat-documentation/acorns/"

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

[[bin]]
name = "acorns"
path = "src/main.rs"

[dependencies.askama]
version = "^0.12"

[dependencies.bpaf]
version = "0.9"
features = [
    "derive",
    "bright-color",
]

[dependencies.bugzilla_query]
version = "1.1"

[dependencies.color-eyre]
version = "0.6"
default-features = false

[dependencies.counter]
version = "^0.5"

[dependencies.ignore]
version = "0.4"

[dependencies.include_dir]
version = "0.7"

[dependencies.jira_query]
version = "1.7.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.simplelog]
version = "0.12"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1.37"
features = ["full"]

[build-dependencies.bpaf]
version = "0.9"
features = [
    "derive",
    "docgen",
]

[build-dependencies.time]
version = "0.3"