# 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 = "brres" version = "0.1.7" build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "brres is a Rust crate designed for reading and writing .brres 3d model archives used in the Nintendo Wii games. The library provides C bindings, making it useful in both Rust and C/C++ based projects." homepage = "https://github.com/riidefi/RiiStudio/tree/master/source/brres" readme = "README.md" keywords = [ "gamedev", "graphics", "wii", ] license = "MIT" repository = "https://github.com/riidefi/RiiStudio" [lib] name = "brres" crate-type = [ "cdylib", "lib", "staticlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.brres-sys] version = "0.1.12" [dependencies.bytemuck] version = "1.16.0" [dependencies.gctex] version = "0.3.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] c_api = [] default = ["c_api"]