# 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 = "dot_vox" version = "5.1.1" authors = ["David Edmonds "] description = "A Rust library for loading MagicaVoxel .vox files." homepage = "https://docs.rs/dot_vox" documentation = "https://docs.rs/dot_vox" readme = "README.md" keywords = [ "voxel", "MagicaVoxel", "game", "game-dev", ] license = "MIT" repository = "https://github.com/dust-engine/dot_vox" [dependencies.ahash] version = "^0.8" optional = true [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.nom] version = "^7" features = ["alloc"] default-features = false [dev-dependencies.avow] version = "0.2.0" [dev-dependencies.glam] version = "0.21" [features] default = ["ahash"]