epoint-transform 0.0.1-alpha.13

Supplementary operations for processing 3D point clouds.
Documentation
# 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 = "2024"
name = "epoint-transform"
version = "0.0.1-alpha.13"
authors = ["Benedikt Schwab <benedikt.schwab@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supplementary operations for processing 3D point clouds."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/envis-space/epoint"
resolver = "2"

[lib]
name = "epoint_transform"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.43"

[dependencies.ecoord]
version = "0.0.1-alpha.13"

[dependencies.epoint-core]
version = "0.0.1-alpha.13"

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.palette]
version = "0.7.6"

[dependencies.polars]
version = "0.52.0"
features = [
    "lazy",
    "parquet",
    "ndarray",
    "dtype-struct",
]

[dependencies.rand]
version = "0.10.0"

[dependencies.rand_chacha]
version = "0.10.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.thiserror]
version = "2.0.18"