[package] name = "wimlib-z" version = "1.0.0" authors = ["Sander in 't Hout "] description = "FFI bindings for wimlib." license = "GPL-3.0-or-later OR LGPL-3.0-or-later" homepage = "https://github.com/Zusier/wimlib-z" repository = "https://github.com/Zusier/wimlib-z.git" readme = "README.md" keywords = ["wim", "wimlib", "libwim", "bindings"] edition = "2021" links = "wim" [build-dependencies] bindgen = "0.59.2" [dependencies] sha2 = "0.8" lazy_static = "1.3"