# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vox-format" version = "0.1.0" authors = ["Janosch Gräf "] description = "Parser for MagicaVoxel's .VOX file format." homepage = "https://github.com/jgraef/vox-format" documentation = "https://docs.rs/vox-format" readme = "README.md" keywords = ["voxel"] categories = ["game-development", "graphics", "multimedia::encoding", "rendering::data-formats"] license = "MIT" repository = "https://github.com/jgraef/vox-format" [package.metadata.docs.rs] all-features = true [dependencies.byteorder] version = "1.4" [dependencies.image] version = "0.23" optional = true [dependencies.log] version = "0.4" [dependencies.mint] version = "0.5" optional = true [dependencies.nalgebra] version = "0.28" optional = true [dependencies.palette] version = "0.6" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-big-array] version = "0.3" features = ["const-generics"] optional = true [dependencies.thiserror] version = "1.0" [features] default = [] full = ["image", "mint", "nalgebra", "serialize"] serialize = ["serde", "serde-big-array"]