# 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 = "ftldat" version = "0.1.1" authors = ["kartoFlane "] description = "Rust implementation of FTLDat - a simple library for unpacking and repacking of .dat files, which are used by the games Into the Breach and Faster than Light." readme = "README.md" keywords = [ "lua", "modding", ] license = "GPL-3.0" repository = "https://github.com/itb-community/ftldat-rs" resolver = "2" [lib] name = "ftldat" crate-type = ["lib"] [dependencies.byteorder] version = "1.4.3" [dependencies.memmap2] version = "0.5.10" [dependencies.thiserror] version = "1.0.32" [dev-dependencies.tempfile] version = "3.3.0"