mant-loader 0.11.0

Read-only local document discovery and bounded loading for ManT
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"
rust-version = "1.88"
name = "mant-loader"
version = "0.11.0"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/src/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-only local document discovery and bounded loading for ManT"
homepage = "https://github.com/BryanHeBY/ManT"
readme = "README.md"
keywords = [
    "man",
    "mdoc",
    "roff",
    "markdown",
    "documentation",
]
categories = [
    "filesystem",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/BryanHeBY/ManT"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
roff = [
    "mant-codec/roff",
    "dep:libmandoc-rs",
    "dep:flate2",
    "dep:zstd",
]

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

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
optional = true
default-features = false

[dependencies.grep-matcher]
version = "0.1.9"

[dependencies.grep-regex]
version = "0.1.14"

[dependencies.libmandoc-rs]
version = "^0.10.0"
optional = true

[dependencies.mant-codec]
version = "^0.11.0"
default-features = false

[dependencies.mant-ir]
version = "^0.11.0"

[dependencies.mant-protocol]
version = "^0.11.0"

[dependencies.mant-sources]
version = "^0.9.3"
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.zstd]
version = "0.14.0"
optional = true
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2.189"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"