xenobalanus/Cargo.toml
2026-06-11 11:35:05 +03:00

20 lines
503 B
TOML

[package]
name = "xenobalanus"
version = "0.1.4"
edition = "2021"
authors = ["Tobias Raayoni Last <tobias@randonauts.com>"]
repository = "https://github.com/randogoth/xenobalanus"
readme = "readme.md"
license = "MIT"
license-file = "LICENSE"
keywords = ["dtscan", "dbscan", "delfin", "cluster", "void", "delaunay", "astronomy", "attractor"]
categories = ["algorithms", "science", "mathematics"]
[lib]
name = "xenobalanus"
[dependencies]
delaunator = "1.0.2"
geo = "0.30"
rand = "0.10"
rayon = "1.12"