# 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 = "epoint-io" version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "IO operations for processing 3D point clouds." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/envis-space/epoint" [lib] name = "epoint_io" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.ecoord] version = "0.0.1-alpha.4" [dependencies.epoint-core] version = "0.0.1-alpha.4" [dependencies.epoint-transform] version = "0.0.1-alpha.4" [dependencies.las] version = "0.8.8" features = ["laz"] [dependencies.palette] version = "0.7.6" [dependencies.polars] version = "0.41.3" features = [ "lazy", "parquet", "ndarray", "dtype-categorical", "dtype-u16", "dtype-u8", "partition_by", ] [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0.63" [dependencies.zstd] version = "0.13.2"