# 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 = "bevy_fsc_point_cloud" version = "0.4.0" authors = ["Zhixing Zhang "] description = "Point cloud renderer for Bevy" license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_fsc_pointcloud" [dependencies.anyhow] version = "1" [dependencies.bevy] version = "0.12.1" [dependencies.bytemuck] version = "1.13.1" [dependencies.las] version = "0.8" features = ["laz"] optional = true [dependencies.nom] version = "7.1.3" [dependencies.opd-parser] version = "0.3.0" optional = true [dev-dependencies.bevy_egui] version = "0.24" [dev-dependencies.smooth-bevy-cameras] version = "0.10" [features] default = [ "opd", "las", ] opd = ["opd-parser"]