# 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 = "evoxel-transform" version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supplementary operations for processing 3D voxel grids." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/envis-space/evoxel" [lib] name = "evoxel_transform" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.ecoord] version = "0.0.1-alpha.4" [dependencies.evoxel-core] version = "0.0.1-alpha.4" [dependencies.nalgebra] version = "0.33.0" [dependencies.polars] version = "0.41.3" features = [ "lazy", "parquet", "ndarray", "partition_by", ] [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.63"