[package]
name = "libchm"
version = "0.2.0"
description = "Pure-Rust CHM file reader."
edition = "2024"
license = "MIT"
repository = "https://github.com/trypsynth/libchm"
keywords = ["chm", "parser", "lzx", "ebook"]
categories = ["parser-implementations"]
[dependencies]
bitflags = "2.13.0"
thiserror = "2.0.18"