flow-linalg 0.1.3

faer-based linear algebra primitives for flow cytometry: compensation and spectral unmixing
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-linalg"
version = "0.1.3"
authors = ["James Moynihan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "faer-based linear algebra primitives for flow cytometry: compensation and spectral unmixing"
readme = "README.md"
keywords = [
    "flow-cytometry",
    "compensation",
    "linear-algebra",
    "faer",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/jrmoynihan/flow/flow-linalg"

[package.metadata.scripts]
dry-release = "cargo smart-release flow-linalg --update-crates-index"
publish = "cargo smart-release flow-linalg --update-crates-index --execute"
changelog = "cargo changelog flow-linalg --write"

[features]
compensation = ["dep:rayon"]
default = []

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.faer]
version = "0.24"
features = ["rayon"]

[dependencies.rayon]
version = "1.11"
optional = true

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