# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ceres-mpq" version = "0.1.9" authors = ["ElusiveMori "] description = "A pure-rust implementation of a MoPaQ archive reader and writer" readme = "README.md" keywords = ["mpq", "blizzard", "mopaq", "warcraft"] categories = ["encoding", "parsing"] license = "MIT" repository = "https://github.com/ElusiveMori/ceres-mpq" [dependencies.byte-slice-cast] version = "0.3.2" [dependencies.byteorder] version = "1.3.2" [dependencies.bzip2] version = "0.3.3" [dependencies.err-derive] version = "0.2.3" [dependencies.flate2] version = "1.0.9" [dependencies.indexmap] version = "1.0.2" [dependencies.lazy_static] version = "1.3.0" [badges.travis-ci] branch = "master" repository = "ElusiveMori/ceres-mpq"