xenobalanus/Cargo.toml

21 lines
503 B
TOML
Raw Permalink Normal View History

2024-03-17 14:46:15 +02:00
[package]
2024-03-26 11:00:28 +02:00
name = "xenobalanus"
2026-06-11 11:38:30 +03:00
version = "0.2.0"
2024-03-17 14:46:15 +02:00
edition = "2021"
2024-04-09 12:38:28 +03:00
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"]
2024-03-17 14:46:15 +02:00
2024-03-26 11:00:28 +02:00
[lib]
name = "xenobalanus"
2024-03-17 14:46:15 +02:00
[dependencies]
delaunator = "1.0.2"
2026-06-11 11:35:05 +03:00
geo = "0.30"
rand = "0.10"
rayon = "1.12"