[package]
edition = "2021"
name = "fof"
version = "0.1.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and flexible friends-of-friends algorithm for idenitfying galaxy groups in redshift surveys. This crate holds the core functionality which can be wrapped in other languages."
readme = "README.md"
license = "MIT"
[lib]
name = "fof"
path = "src/lib.rs"
[[test]]
name = "integration_bench"
path = "tests/integration_bench.rs"
[[test]]
name = "integration_link_finding"
path = "tests/integration_link_finding.rs"
[dependencies.csv]
version = "1.3.1"
[dependencies.integrate]
version = "0.1.11"
[dependencies.kiddo]
version = "5.2.2"
[dependencies.libm]
version = "0.2.15"
[dependencies.rayon]
version = "1.11.0"
[dependencies.roots]
version = "0.0.8"
[dependencies.rustc-hash]
version = "2.1.1"