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