mdvalidate 0.2.5

Markdown schema validation engine
Documentation
[[bin]]
name = "mdv"
path = "src/main.rs"

[dependencies.ariadne]
version = "0.5.1"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.envy]
version = "0.4"

[dependencies.line-col]
version = "0.2.1"

[dependencies.log]
version = "0.4.28"

[dependencies.mdvalidate-utils]
version = "0.0.2"

[dependencies.paste]
version = "1.0.15"

[dependencies.ptree]
version = "0.5.2"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tabled]
version = "0.20.0"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.tree-sitter-markdown]
package = "tree-sitter-markdown-fork"
version = "0.7.1"

[dev-dependencies.ptree]
version = "0.5.2"

[[example]]
name = "simple"
path = "examples/simple.rs"

[features]
default = ["invariant_violations"]
invariant_violations = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Markdown schema validation engine"
documentation = "https://github.com/404wolf/mdvalidate"
edition = "2024"
homepage = "https://github.com/404wolf/mdvalidate"
license = "MIT"
name = "mdvalidate"
readme = "README.md"
resolver = "2"
version = "0.2.5"

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

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

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

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

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

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

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

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

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

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

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

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