flow-peak-detection 0.1.0

KDE-based peak finding for flow cytometry histograms
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-peak-detection"
version = "0.1.0"
authors = ["James Moynihan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KDE-based peak finding for flow cytometry histograms"
readme = "README.md"
keywords = [
    "flow-cytometry",
    "peak-detection",
    "kde",
    "bioinformatics",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/jrmoynihan/flow/flow-peak-detection"

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

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

[dependencies.anyhow]
version = "1.0.102"

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