# 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 = "voxel-tiler-cli" version = "0.1.1" authors = ["azishio"] description = "A CLI tool to convert point clouds into voxel mesh data in Ply format." homepage = "https://crates.io/crates/voxel-tiler-cli" readme = "README.md" keywords = [ "voxel", "point-cloud", "ply", "las", "laz", ] categories = [ "science::geo", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azishio/voxel-tiler-cli" [dependencies.anyhow] version = "1.0.86" [dependencies.bunt] version = "0.2.8" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.coordinate-transformer] version = "1.7.0" [dependencies.inquire] version = "0.7.5" [dependencies.las] version = "0.8.7" features = ["laz"] [dependencies.laz] version = "0.9.1" [dependencies.regex] version = "1.10.4" [dependencies.tabled] version = "0.15.0" [dependencies.voxel-tiler-core] version = "0.2" features = [ "default", "las", "laz", ]