threecrate-algorithms 0.6.0

Algorithms for 3D point cloud and mesh processing
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 = "2021"
name = "threecrate-algorithms"
version = "0.6.0"
authors = ["rajgandhi1"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algorithms for 3D point cloud and mesh processing"
homepage = "https://github.com/rajgandhi1/threecrate.git"
documentation = "https://docs.rs/threecrate-core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajgandhi1/threecrate.git"

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

[[bench]]
name = "fpfh"
path = "benches/fpfh.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.itertools]
version = "0.14"

[dependencies.kdtree]
version = "0.8"

[dependencies.kiddo]
version = "5.2"

[dependencies.nalgebra]
version = "0.34"
features = ["bytemuck"]

[dependencies.ndarray]
version = "0.17"

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1.10"

[dependencies.rstar]
version = "0.12"

[dependencies.thiserror]
version = "2.0"

[dependencies.threecrate-core]
version = "0.6.0"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]