flow-utils 0.1.1

Shared algorithms and utilities for flow cytometry crates
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 = "flow-utils"
version = "0.1.1"
authors = ["James Moynihan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared algorithms and utilities for flow cytometry crates"
readme = "README.md"
keywords = [
    "flow-cytometry",
    "algorithms",
    "kde",
    "clustering",
    "pca",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/jrmoynihan/flow/utils"

[features]
default = []
gpu = [
    "dep:burn",
    "dep:cubecl",
    "dep:bytemuck",
]

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.burn]
version = "0.20"
features = ["wgpu"]
optional = true

[dependencies.bytemuck]
version = "1.24"
features = ["derive"]
optional = true

[dependencies.cubecl]
version = "0.9"
optional = true

[dependencies.linfa]
version = "0.8"

[dependencies.linfa-clustering]
version = "0.8"

[dependencies.linfa-linalg]
version = "0.2"

[dependencies.ndarray]
version = "0.16.1"
features = [
    "matrixmultiply-threading",
    "rayon",
    "serde",
]

[dependencies.rayon]
version = "1.11"

[dependencies.realfft]
version = "3.5.0"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]