# 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-core" version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core primitives and 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_core" path = "src/lib.rs" [[test]] name = "point_cloud_construction" path = "tests/point_cloud_construction.rs" [dependencies.approx] version = "0.5.1" [dependencies.chrono] version = "0.4.38" [dependencies.ecoord] version = "0.0.1-alpha.4" [dependencies.indextree] version = "4.7.0" [dependencies.itertools] version = "0.13.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.ndarray] version = "0.16.0" [dependencies.palette] version = "0.7.6" [dependencies.parry3d-f64] version = "0.17.0" [dependencies.polars] version = "0.41.3" features = [ "lazy", "parquet", "ndarray", "dtype-categorical", "dtype-u16", "strings", "partition_by", "is_between", ] [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.63"