markdownlint-rs 0.3.21

A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark 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"
name = "markdownlint-rs"
version = "0.3.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files"
readme = "README.md"
keywords = [
    "cli",
    "formatter",
    "lint",
    "markdown",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Unlicense"
repository = "https://github.com/swanysimon/mdlint"

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

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

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

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

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

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

[dependencies.clap]
version = "^4.6.2"
features = ["derive"]

[dependencies.globset]
version = ">= 0.4.19, < 1"

[dependencies.ignore]
version = ">= 0.4.29, < 1"

[dependencies.lsp-server]
version = ">= 0.9.0, < 1"

[dependencies.lsp-types]
version = ">= 0.97, < 1"

[dependencies.pulldown-cmark]
version = ">= 0.13.4, < 1"

[dependencies.rayon]
version = "^1.12.0"

[dependencies.regex]
version = "^1.13.1"

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

[dependencies.serde_json]
version = "^1.0.150"

[dependencies.thiserror]
version = "^2.0.18"

[dependencies.toml]
version = "^1.1.3"

[dependencies.url]
version = "^2.5.8"

[dev-dependencies.proptest]
version = "^1.11.0"

[dev-dependencies.tempfile]
version = "^3.27.0"

[lints.clippy]
all = "deny"

[lints.rust]
warnings = "deny"

[profile.dev]
debug = 1

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true