libchm 0.3.0

Pure-Rust reader for CHM (Compiled HTML Help) archives, with LZX decompression.
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.87"
name = "libchm"
version = "0.3.0"
build = false
exclude = [
    ".claude/",
    "prek.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust reader for CHM (Compiled HTML Help) archives, with LZX decompression."
homepage = "https://github.com/trypsynth/libchm"
documentation = "https://docs.rs/libchm"
readme = "README.md"
keywords = [
    "chm",
    "htmlhelp",
    "lzx",
    "ebook",
    "parser",
]
categories = [
    "parser-implementations",
    "compression",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/trypsynth/libchm"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.bitflags]
version = "2.13.1"

[dependencies.thiserror]
version = "2.0.20"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"