# 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 = "casclib" version = "0.0.0-dev" build = "build.rs" include = [ "*.rs", "*.cpp", "*.h", "*.c", "*.hpp", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An open-source implementation of library for reading CASC storages from Blizzard games since 2014" homepage = "https://github.com/jamiephan/CascLib.rs" documentation = "http://www.zezula.net/en/casc/casclib.html" readme = "README.md" keywords = [ "casc", "casclib", "stormlib", "blizzard", "mpq", ] categories = [ "external-ffi-bindings", "game-development", "multimedia", ] license = "MIT" repository = "https://github.com/jamiephan/CascLib.rs" [lib] name = "casclib" path = "src/lib.rs" [[bin]] name = "casclib" path = "src/main.rs" [dependencies] [build-dependencies.bindgen] version = "0.60.1"