fof 0.1.16

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.
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 = "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"