markdoll 4.1.2

a structured and extensible markup language
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.86"
name = "markdoll"
version = "4.1.2"
authors = ["0x57e11a"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a structured and extensible markup language"
readme = "README.md"
keywords = ["markup"]
categories = [
    "compilers",
    "no-std",
    "parser-implementations",
    "visualization",
]
license = "MIT"
repository = "https://codeberg.org/0x57e11a/markdoll"

[features]
cli-trace = [
    "dep:tracing-subscriber",
    "dep:tracing-fancytree",
]
danger = []
default = []

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

[[bin]]
name = "markdoll"
path = "src/main.rs"

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

[dependencies.hashbrown]
version = "0.15.2"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.miette]
version = "7.5.0"
features = ["fancy"]

[dependencies.serde_json]
version = "1.0.140"
features = ["preserve_order"]

[dependencies.spanner]
version = "0.2.0"
features = ["miette"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-fancytree]
version = "0.1.0"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.19"
optional = true

[dependencies.tyfling]
version = "0.1.4"