# 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 = "xc3_lib" version = "0.14.0" authors = ["ScanMountGoat <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Xenoblade Chronicles file format library" documentation = "https://docs.rs/xc3_lib" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/xc3_lib" [lib] name = "xc3_lib" path = "src/lib.rs" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.bilge] version = "0.2.0" [dependencies.binrw] version = "0.14.0" [dependencies.flate2] version = "1.0" [dependencies.image] version = "0.25.2" optional = true [dependencies.image_dds] version = "0.6.1" features = ["ddsfile"] default-features = false [dependencies.indexmap] version = "2.1.0" [dependencies.log] version = "0.4.19" [dependencies.lzf] version = "1.0.0" [dependencies.murmur3] version = "0.5.2" [dependencies.rayon] version = "1.8.1" [dependencies.tegra_swizzle] version = "0.4.0" [dependencies.thiserror] version = "1.0" [dependencies.wiiu_swizzle] version = "0.3.0" [dependencies.xc3_write] version = "0.14.0" [dependencies.zstd] version = "0.13.1" [dependencies.zune-inflate] version = "0.2.0" [dev-dependencies.hexlit] version = "0.5.5"