capt 2.0.1

SIMD-accelerated nearest-neighbors for point cloud collision checking
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 = "capt"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD-accelerated nearest-neighbors for point cloud collision checking"
readme = "README.md"
keywords = [
    "robotics",
    "collision-checking",
    "simd",
    "nearest-neighbor",
    "point-cloud",
]
categories = [
    "no-std",
    "science",
    "science::robotics",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/KavrakiLab/capt"
resolver = "2"

[features]
simd = []

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

[dependencies.elain]
version = "0.3.0"
default-features = false

[dev-dependencies.rand]
version = "0.9.1"
features = ["small_rng"]
default-features = false