nils-markdown 1.0.7

Shared Tera-backed Markdown template layer for the nils-cli workspace.
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 = "nils-markdown"
version = "1.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Tera-backed Markdown template layer for the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/sympoies/nils-cli"
resolver = "2"

[features]
bin-cli = [
    "dep:anyhow",
    "dep:clap",
    "dep:clap_complete",
    "dep:nils-build-info",
]
test-support = ["dep:pretty_assertions"]

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

[[bin]]
name = "md-render"
path = "src/bin/md-render/main.rs"
required-features = ["bin-cli"]

[[test]]
name = "golden_smoke"
path = "tests/golden_smoke.rs"
required-features = ["test-support"]

[[test]]
name = "md_render_bin"
path = "tests/md_render_bin.rs"
required-features = ["bin-cli"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.clap]
version = "4"
features = [
    "derive",
    "string",
]
optional = true

[dependencies.clap_complete]
version = "=4.6.5"
optional = true

[dependencies.nils-build-info]
version = "1.0.7"
optional = true

[dependencies.nils-common]
version = "1.0.7"
package = "nils-common"

[dependencies.pretty_assertions]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tera]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.nils-test-support]
version = "1.0.7"

[dev-dependencies.tempfile]
version = "3"