mdbook-ts 0.2.6

An mdBook preprocessor that uses tree-sitter to extract code snippets from source files
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"
rust-version = "1.88"
name = "mdbook-ts"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An mdBook preprocessor that uses tree-sitter to extract code snippets from source files"
homepage = "https://github.com/LoricAndre/mdbook-treesitter"
documentation = "https://docs.rs/mdbook-ts"
readme = "README.md"
keywords = [
    "mdbook",
    "treesitter",
    "preprocessor",
    "documentation",
    "code",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/LoricAndre/mdbook-treesitter"

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

[[bin]]
name = "mdbook-treesitter"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.10"

[dependencies.jaq-core]
version = "3.0.0"

[dependencies.jaq-json]
version = "2.0.0"

[dependencies.jaq-std]
version = "3.0.0"

[dependencies.log]
version = "0.4.29"

[dependencies.mdbook-preprocessor]
version = "0.5"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.streaming-iterator]
version = "0.1"

[dependencies.toml]
version = "0.8"

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

[dependencies.tree-sitter-md]
version = "0.3"

[dependencies.tree-sitter-rust]
version = "0.23"

[dependencies.tree-sitter-toml]
version = "0.20"
package = "tree-sitter-toml-updated"

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