# 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 = "voxy" version = "0.2.0-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Voxel engine for Bevy" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "voxy" path = "src/lib.rs" [[example]] name = "game" path = "examples/game.rs" [dependencies.bevy] version = "0.14.2" features = ["file_watcher"] [dependencies.block-mesh] version = "0.2.0" [dependencies.dot_vox] version = "5.1.1" [dependencies.futures] version = "0.3.31" [dependencies.ndshape] version = "0.3.0" [dependencies.smol] version = "2.0.2" [dependencies.uuid] version = "1.10.0"