libchm 0.1.2

Tiny wrapper around ChmLib with safe-ish helpers.
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"
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"