[[bench]]
harness = false
name = "fix_performance"
path = "benches/fix_performance.rs"
[[bench]]
harness = false
name = "range_performance"
path = "benches/range_performance.rs"
[[bench]]
harness = false
name = "range_utils_benchmark"
path = "benches/range_utils_benchmark.rs"
[[bench]]
harness = false
name = "rule_performance"
path = "benches/rule_performance.rs"
[[bench]]
harness = false
name = "simple_fix_bench"
path = "benches/simple_fix_bench.rs"
[[bin]]
name = "rumdl"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.colored]
version = "3.0.0"
[dependencies.config]
version = "0.15"
[dependencies.console]
version = "0.15.11"
[dependencies.dialoguer]
version = "0.11.0"
[dependencies.dyn-clone]
version = "1"
[dependencies.env_logger]
version = "0.11"
[dependencies.fancy-regex]
version = "0.14.0"
[dependencies.glob]
version = "0.3.2"
[dependencies.globset]
version = "0.4.16"
[dependencies.ignore]
version = "0.4.23"
[dependencies.indicatif]
version = "0.17.11"
[dependencies.itertools]
version = "0.14"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.27"
[dependencies.markdown]
version = "1.0"
[dependencies.memmap2]
version = "0.9"
[dependencies.num_cpus]
version = "1.16"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.pretty_assertions]
version = "1.4"
[dependencies.pyo3]
features = ["extension-module", "abi3-py37"]
optional = true
version = "0.24.1"
[dependencies.rayon]
optional = true
version = "1.10.0"
[dependencies.regex]
version = "1.11"
[dependencies.seahash]
version = "4.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.strsim]
version = "0.11"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tokio-util]
version = "0.7"
[dependencies.toml]
version = "0.8.20"
[dependencies.toml_edit]
version = "0.22"
[dependencies.tower]
version = "0.5.2"
[dependencies.tower-lsp]
version = "0.20"
[dependencies.tower-service]
version = "0.3"
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.url]
features = ["serde"]
version = "2"
[dependencies.walkdir]
version = "2.5.0"
[dev-dependencies.assert_cmd]
version = "2.0.17"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.glob]
version = "0.3.2"
[dev-dependencies.predicates]
version = "3.1.3"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.proptest]
version = "1.6.0"
[dev-dependencies.rand]
version = "0.9.1"
[dev-dependencies.tempfile]
version = "3.19.1"
[dev-dependencies.unicode-bidi]
version = "0.3"
[dev-dependencies.unicode-blocks]
version = "0.1"
[dev-dependencies.unicode-segmentation]
version = "1.12"
[dev-dependencies.unicode-width]
version = "0.2"
[dev-dependencies.walkdir]
version = "2.5.0"
[features]
default = ["parallel"]
parallel = ["rayon"]
profiling = []
python = ["pyo3"]
structure_preprocessing = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "rumdl"
path = "src/lib.rs"
[package]
authors = ["Ruben J. Jongejan <ruben.jongejan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "text-processing"]
description = "A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)"
documentation = "https://github.com/rvben/rumdl/blob/main/docs"
edition = "2021"
exclude = [".github/", ".gitignore", "*.bak"]
homepage = "https://github.com/rvben/rumdl"
keywords = ["markdown", "linter", "markdown-linter", "static-analysis", "documentation"]
license = "MIT"
name = "rumdl"
readme = "README.md"
repository = "https://github.com/rvben/rumdl"
version = "0.0.82"
[[test]]
name = "advanced_integration_tests"
path = "tests/advanced_integration_tests.rs"
[[test]]
name = "cli_duplication_test"
path = "tests/cli_duplication_test.rs"
[[test]]
name = "cli_integration_tests"
path = "tests/cli_integration_tests.rs"
[[test]]
name = "cli_lsp_fix_consistency"
path = "tests/cli_lsp_fix_consistency.rs"
[[test]]
name = "commonmark_compliance_tests"
path = "tests/commonmark_compliance_tests.rs"
[[test]]
name = "comprehensive_integration_tests"
path = "tests/comprehensive_integration_tests.rs"
[[test]]
name = "config_application_tests"
path = "tests/config_application_tests.rs"
[[test]]
name = "config_file_command_test"
path = "tests/config_file_command_test.rs"
[[test]]
name = "config_tests"
path = "tests/config_tests.rs"
[[test]]
name = "configuration_inheritance_tests"
path = "tests/configuration_inheritance_tests.rs"
[[test]]
name = "consistency_regression_tests"
path = "tests/consistency_regression_tests.rs"
[[test]]
name = "cross_platform_compatibility_tests"
path = "tests/cross_platform_compatibility_tests.rs"
[[test]]
name = "final_confidence_assessment"
path = "tests/final_confidence_assessment.rs"
[[test]]
name = "init_command_test"
path = "tests/init_command_test.rs"
[[test]]
name = "init_tests"
path = "tests/init_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "json_output_test"
path = "tests/json_output_test.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "lsp_editor_integration_tests"
path = "tests/lsp_editor_integration_tests.rs"
[[test]]
name = "lsp_integration_tests"
path = "tests/lsp_integration_tests.rs"
[[test]]
name = "lsp_memory_leak_tests"
path = "tests/lsp_memory_leak_tests.rs"
[[test]]
name = "lsp_tests"
path = "tests/lsp_tests.rs"
[[test]]
name = "malformed_markdown_stress_tests"
path = "tests/malformed_markdown_stress_tests.rs"
[[test]]
name = "markdownlint_cli_integration"
path = "tests/markdownlint_cli_integration.rs"
[[test]]
name = "markdownlint_config_test"
path = "tests/markdownlint_config_test.rs"
[[test]]
name = "output_format_tests"
path = "tests/output_format_tests.rs"
[[test]]
name = "perf_check"
path = "tests/perf_check.rs"
[[test]]
name = "performance_validation_tests"
path = "tests/performance_validation_tests.rs"
[[test]]
name = "pyproject_config_tests"
path = "tests/pyproject_config_tests.rs"
[[test]]
name = "real_world_repository_tests"
path = "tests/real_world_repository_tests.rs"
[[test]]
name = "regression_prevention_tests"
path = "tests/regression_prevention_tests.rs"
[[test]]
name = "thread_safety_tests"
path = "tests/thread_safety_tests.rs"
[[test]]
name = "unicode_edge_case_tests"
path = "tests/unicode_edge_case_tests.rs"
[[test]]
name = "utils_markdown_edge_cases"
path = "tests/utils_markdown_edge_cases.rs"
[[test]]
name = "utils_tests"
path = "tests/utils_tests.rs"
[[test]]
name = "vscode_extension_fixes"
path = "tests/vscode_extension_fixes.rs"