flow-control-detection 0.1.0

Filename heuristics for classifying flow cytometry control files
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-control-detection"
version = "0.1.0"
authors = ["James Moynihan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filename heuristics for classifying flow cytometry control files"
readme = "README.md"
keywords = [
    "flow-cytometry",
    "controls",
    "unmixing",
    "bioinformatics",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/jrmoynihan/flow/flow-control-detection"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.regex]
version = "1.11.3"

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