# 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 = "dda-voxelize" version = "0.2.0-alpha.1" authors = [ "nokonoko1203 ", "Taku Fukada ", "MIERUNE Inc. ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "3D mesh voxelization with the DDA algorithm" readme = "README.md" categories = [ "algorithms", "graphics", "mathematics", "science::geo", ] license = "MIT" repository = "https://github.com/MIERUNE/dda-voxelize-rs" [lib] name = "dda_voxelize" path = "src/lib.rs" [[example]] name = "voxelize" path = "examples/voxelize.rs" [dependencies.glam] version = "0.28" [dependencies.hashbrown] version = "0.14" [dependencies.log] version = "0.4.21" [dev-dependencies.byteorder] version = "1.5" [dev-dependencies.earcut] version = "0.4" [dev-dependencies.flatgeom] version = "0.0" [dev-dependencies.indexmap] version = "2.2" [dev-dependencies.palette] version = "0.7.6" [dev-dependencies.serde_json] version = "1.0"