# 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 = "warpack-formats" version = "0.0.1" authors = [ "Rhazarian ", "ElusiveMori", ] description = "A library containing tools to work with various Warcraft III file formats used by Warpack." keywords = [ "lua", "warcraft", "warpack", "warscript", ] license = "MIT" repository = "https://github.com/rhazarian/warpack" [dependencies.anyhow] version = "1.0.26" [dependencies.atoi] version = "0.3.2" [dependencies.bitflags] version = "1.2.1" [dependencies.byte-slice-cast] version = "0.3.5" [dependencies.byteorder] version = "1.3.4" [dependencies.indexmap] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.11" [dependencies.rlua] version = "0.16.3" [dependencies.serde] version = "1.0.104" features = [ "derive", "rc", ] [dependencies.slotmap] version = "0.4.0" features = ["serde"] [dependencies.thiserror] version = "1.0.11"