# 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 = "e57-to-las" version = "0.7.0" authors = [ "pnodet ", "pnwa ", ] build = false exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Convert E57 point cloud files to LAS" homepage = "https://github.com/nivalis-studio/e57-to-las" readme = "README.md" keywords = [ "e57", "lidar", "pointclouds", "laserscanning", "geospatial", ] categories = ["science::geo"] license = "MIT" repository = "https://github.com/nivalis-studio/e57-to-las" [lib] name = "e57_to_las" path = "src/lib.rs" [[bin]] name = "e57-to-las" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.e57] version = "0.11.5" [dependencies.las] version = "0.9.1" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.8.0" features = ["v4"]