# 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 = "mesh_to_vox" version = "0.1.1" description = "A program to convert triangle meshes to voxels." readme = "README.md" keywords = [ "glTF", "3D", "cli", ] license = "Unlicense" repository = "https://github.com/noahbadoa/MeshToVox" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.gltf] version = "1.4.0" features = [ "import", "utils", "KHR_materials_pbrSpecularGlossiness", ] default-features = false [dependencies.image] version = "0.25.1" [dependencies.json] version = "0.12.4" default-features = false [dependencies.nalgebra] version = "0.32.0" [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.vox_writer] version = "0.1.9"