[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"