# 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 = "ironworks" version = "0.4.1" authors = ["ackwell "] description = "Modular FFXIV data toolkit written in rust." readme = "../README.md" license = "MIT" repository = "https://github.com/ackwell/ironworks" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.binrw] version = "0.8.4" [dependencies.derivative] version = "2.2.0" [dependencies.enum-as-inner] version = "0.4.0" optional = true [dependencies.flate2] version = "1.0.22" optional = true [dependencies.getset] version = "0.1.2" [dependencies.half] version = "1.8.2" optional = true [dependencies.modular-bitfield] version = "0.11.2" optional = true [dependencies.num_enum] version = "0.5.7" optional = true [dependencies.thiserror] version = "1.0.30" [features] eqdp = ["dep:modular-bitfield"] excel = [ "dep:enum-as-inner", "dep:num_enum", "exd", "exh", "exl", ] exd = [] exh = [] exl = [] ffxiv = ["dep:num_enum"] mdl = [ "dep:half", "dep:modular-bitfield", "dep:num_enum", ] mtrl = [] pbd = [] sklb = [] sqpack = ["dep:flate2"] tex = [ "dep:modular-bitfield", "dep:num_enum", ]