# 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 = "2018" name = "mpq" version = "0.8.1" authors = ["Michael Sierks "] include = [ "src/*", "Cargo.toml", "LICENSE", "README.md", ] description = "A library for reading MPQ archives" documentation = "https://docs.rs/mpq" readme = "README.md" keywords = [ "mpq", "archive", ] license = "MIT/Apache-2.0" repository = "https://github.com/msierks/mpq-rust" [[bin]] name = "mpq" doc = false [dependencies.adler32] version = "1.0" [dependencies.byteorder] version = "1.0" [dependencies.bzip2-rs] version = "0.1.2" [dependencies.flate2] version = "1.0.27" [dependencies.getopts] version = "0.2" [dependencies.implode] version = "0.1"