yar_markdown 0.3.0

Markdown handling for yar.
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 = "2024"
name = "yar_markdown"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown handling for yar."
readme = false
license = "MIT"

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

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.minijinja]
version = "2.11.0"

[dependencies.nom]
version = "7.1.3"

[dependencies.pulldown-cmark]
version = "0.13.0"
features = ["html"]
default-features = false

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

[dependencies.smol_str]
version = "0.3.2"
features = ["serde"]

[dependencies.syntect]
version = "5.2.0"
features = ["default-fancy"]
default-features = false

[dependencies.toml]
version = "0.8.22"

[dev-dependencies.insta]
version = "1.43.1"
features = [
    "yaml",
    "redactions",
    "yaml",
]

[lints.clippy]
nursery = "warn"
pedantic = "warn"