# 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 = "mole" version = "0.1.1" description = "A custom 3D model format for games." readme = "README.md" keywords = [ "gamedev", "3d", "format", ] categories = [ "game-development", "rendering::data-formats", ] license = "Unlicense" repository = "https://github.com/elimerl/mole" [dependencies.glam] version = "0.22.0" features = ["serde"] [dependencies.image] version = "0.24.5" [dependencies.rmp] version = "0.8.11" [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.zstd] version = "0.12.1"