docs-pipeline 0.1.2

Markdown rendering and tree-sitter syntax highlighting pipeline for documentation sites
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.85"
name = "docs-pipeline"
version = "0.1.2"
build = false
exclude = ["/target"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown rendering and tree-sitter syntax highlighting pipeline for documentation sites"
readme = "README.md"
keywords = [
    "markdown",
    "syntax-highlighting",
    "tree-sitter",
    "docs",
]
categories = [
    "text-processing",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WyattAu/docs-pipeline"

[features]
default = [
    "lang-rust",
    "lang-python",
    "lang-javascript",
    "lang-typescript",
    "lang-json",
    "lang-yaml",
    "lang-html",
    "lang-css",
    "lang-bash",
    "lang-toml",
    "lang-markdown",
]
lang-bash = ["dep:tree-sitter-bash"]
lang-css = ["dep:tree-sitter-css"]
lang-html = ["dep:tree-sitter-html"]
lang-javascript = ["dep:tree-sitter-javascript"]
lang-json = ["dep:tree-sitter-json"]
lang-markdown = ["dep:tree-sitter-md"]
lang-python = ["dep:tree-sitter-python"]
lang-rust = ["dep:tree-sitter-rust"]
lang-toml = ["dep:tree-sitter-toml-ng"]
lang-typescript = ["dep:tree-sitter-typescript"]
lang-yaml = ["dep:tree-sitter-yaml"]

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

[dependencies.ammonia]
version = "4"

[dependencies.katex]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-bash]
version = "0.25"
optional = true

[dependencies.tree-sitter-css]
version = "0.25"
optional = true

[dependencies.tree-sitter-highlight]
version = "0.25"

[dependencies.tree-sitter-html]
version = "0.23"
optional = true

[dependencies.tree-sitter-javascript]
version = "0.25"
optional = true

[dependencies.tree-sitter-json]
version = "0.24"
optional = true

[dependencies.tree-sitter-md]
version = "0.5"
optional = true

[dependencies.tree-sitter-python]
version = "0.25"
optional = true

[dependencies.tree-sitter-rust]
version = "0.24"
optional = true

[dependencies.tree-sitter-toml-ng]
version = "0.7"
optional = true

[dependencies.tree-sitter-typescript]
version = "0.23"
optional = true

[dependencies.tree-sitter-yaml]
version = "0.7"
optional = true

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"