# 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_model" version = "0.14.0" authors = ["ScanMountGoat <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level library for xc3_lib" documentation = "https://docs.rs/xc3_model" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/xc3_lib" [lib] name = "xc3_model" path = "src/lib.rs" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.binrw] version = "0.14.0" [dependencies.glam] version = "0.28.0" features = ["bytemuck"] [dependencies.gltf] version = "=1.4.1" features = [ "extras", "KHR_texture_transform", ] optional = true [dependencies.gltf-json] version = "=1.4.1" optional = true [dependencies.image_dds] version = "0.6.1" [dependencies.indexmap] version = "2.1.0" features = [ "serde", "rayon", ] [dependencies.log] version = "0.4.19" [dependencies.ordered-float] version = "4.1.1" features = ["serde"] [dependencies.rayon] version = "1.8.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smol_str] version = "0.2.2" features = ["serde"] [dependencies.thiserror] version = "1.0" [dependencies.xc3_lib] version = "0.14.0" features = ["image"] [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hexlit] version = "0.5.5" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] arbitrary = [ "dep:arbitrary", "xc3_lib/arbitrary", "indexmap/arbitrary", "ordered-float/arbitrary", ] gltf = [ "dep:gltf", "dep:gltf-json", ]