dot_vox 5.2.0

A Rust library for loading MagicaVoxel .vox files.
Documentation
# 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 = "2024"
name = "dot_vox"
version = "5.2.0"
authors = ["David Edmonds <edmonds.d.r@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["ahash"]

[lib]
name = "dot_vox"
path = "src/lib.rs"

[[example]]
name = "traverse_graph"
path = "examples/traverse_graph.rs"

[dependencies.ahash]
version = "^0.8"
optional = true

[dependencies.lazy_static]
version = "^1.5"

[dependencies.log]
version = "^0.4"

[dependencies.nom]
version = "^8"
features = ["alloc"]
default-features = false

[dev-dependencies.avow]
version = "0.2.0"

[dev-dependencies.glam]
version = "0.31"