liwe 0.0.42

IWE core library
Documentation
[dependencies.chrono]
version = "0.4.41"

[dependencies.futures]
version = "0.3.31"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.indoc]
features = []
version = "2"

[dependencies.itertools]
features = []
version = "0.14.0"

[dependencies.log]
version = "0.4.27"

[dependencies.pretty_assertions]
version = "1.4.1"

[dependencies.pulldown-cmark]
version = "0.13.0"

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

[dependencies.rand]
version = "0.9.1"

[dependencies.rayon]
features = []
version = "1.10.0"

[dependencies.relative-path]
version = "2.0.1"

[dependencies.relative-path-utils]
version = "0.3.1"

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

[dependencies.sha2]
version = "0.10.9"

[dependencies.toml]
version = "0.8.22"

[dependencies.toml_edit]
version = "0.23.4"

[dev-dependencies.env_logger]
version = "0.11.8"

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

[package]
authors = ["Dmytro Halichenko <dmytrohalichenko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "IWE core library"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "tests/**/*.md"]
license = "Apache-2.0"
name = "liwe"
readme = "README.md"
repository = "https://github.com/iwe-org/iwe"
rust-version = "1.82"
version = "0.0.42"

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

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

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

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

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

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

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

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

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