mdbookkit 2.0.1

Support library for mdBook preprocessors in the mdbookkit project
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.89"
name = "mdbookkit"
version = "2.0.1"
authors = ["Tony Wu <tonywu6@protonmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support library for mdBook preprocessors in the mdbookkit project"
documentation = "https://docs.tonywu.dev/mdbookkit/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tonywu6/mdbookkit"
resolver = "2"

[features]
_testing = [
    "dep:cargo-run-bin",
    "dep:insta",
    "dep:minijinja",
]
link-forever = []
rustdoc-link = []

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

[[bin]]
name = "mdbook-link-forever"
path = "src/_bin/link_forever.rs"
required-features = ["link-forever"]

[[bin]]
name = "mdbook-rustdoc-link"
path = "src/_bin/rustdoc_link.rs"
required-features = ["rustdoc-link"]

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cargo-run-bin]
version = "1.7.5"
optional = true
default-features = false

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

[dependencies.console]
version = "0.16.2"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.insta]
version = "1.46.3"
features = [
    "yaml",
    "filters",
]
optional = true

[dependencies.mdbook-markdown]
version = "0.5.2"

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

[dependencies.miette]
version = "7.6.0"
features = ["fancy-no-backtrace"]
default-features = false

[dependencies.minijinja]
version = "2.16.0"
optional = true

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.pulldown-cmark-to-cmark]
version = "22.0.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tap]
version = "=1.0.1"

[dependencies.toml]
version = "0.9.12"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"