[package]
edition = "2024"
name = "libchm"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust CHM file reader."
readme = "README.md"
keywords = [
"chm",
"parser",
"lzx",
"ebook",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/trypsynth/libchm"
[lib]
name = "libchm"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.13.0"
[dependencies.thiserror]
version = "2.0.18"