[package]
edition = "2024"
name = "libchm"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny wrapper around ChmLib with safe-ish helpers."
readme = "README.md"
keywords = [
"chm",
"chmlib",
"parser",
"ffi",
"ebook",
]
categories = [
"api-bindings",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/trypsynth/libchm"
[lib]
name = "libchm"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2.0.18"
[build-dependencies.cc]
version = "1.2.62"