[package] name = "chmlib" version = "1.0.0" authors = ["Michael Bryan "] edition = "2018" description = "A library for reading Microsoft HTML Help Files (.chm)" repository = "https://github.com/Michael-F-Bryan/chmlib" license = "LGPL-2.1-or-later" categories = ["api-bindings", "parser-implementations"] keywords = ["CHM", "help", "chmlib"] [dependencies] chmlib-sys = "1.0" thiserror = "1.0" bitflags = "1.0"