[package]
edition = "2021"
rust-version = "1.82"
name = "liwe"
version = "0.0.66"
authors = ["Dmytro Halichenko <dmytrohalichenko@gmail.com>"]
build = false
include = [
"Cargo.toml",
"src/**/*.rs",
"tests/**/*.rs",
"tests/**/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IWE core library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/iwe-org/iwe"
[lib]
name = "liwe"
path = "src/lib.rs"
[[test]]
name = "config_migration_test"
path = "tests/config_migration_test.rs"
[[test]]
name = "frontmatter_title_test"
path = "tests/frontmatter_title_test.rs"
[[test]]
name = "gitignore_test"
path = "tests/gitignore_test.rs"
[[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"
[dependencies.chrono]
version = "0.4.42"
features = ["unstable-locales"]
[dependencies.futures]
version = "0.3.31"
[dependencies.ignore]
version = "0.4"
[dependencies.indoc]
version = "2"
features = []
[dependencies.itertools]
version = "0.14.0"
features = []
[dependencies.log]
version = "0.4.28"
[dependencies.minijinja]
version = "2.12.0"
[dependencies.pretty_assertions]
version = "1.4.1"
[dependencies.pulldown-cmark]
version = "0.13.3"
[dependencies.pulldown-cmark-to-cmark]
version = "22.0.0"
[dependencies.rand]
version = "0.9.2"
[dependencies.rayon]
version = "1.11.0"
features = []
[dependencies.relative-path]
version = "2.0.1"
[dependencies.relative-path-utils]
version = "0.3.1"
[dependencies.sanitize-filename]
version = "0.6.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10.9"
[dependencies.sys-locale]
version = "0.3"
[dependencies.toml]
version = "0.9.5"
[dependencies.toml_edit]
version = "0.23.4"
[dev-dependencies.env_logger]
version = "0.11.8"
[dev-dependencies.tempfile]
version = "3.22"