[package]
edition = "2021"
rust-version = "1.89"
name = "flow-gate"
version = "0.1.0"
authors = ["matteobroketa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for flow-gate with compliance runner and benchmark binaries"
homepage = "https://github.com/matteobroketa/flow-gate.rs"
documentation = "https://docs.rs/flow-gate"
readme = "README.md"
keywords = [
"flow-cytometry",
"gating-ml",
"bioinformatics",
"compliance",
]
categories = [
"science",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/matteobroketa/flow-gate.rs"
[lib]
name = "flow_gate"
path = "src/lib.rs"
[[bin]]
name = "flow_gate_compliance_runner"
path = "src/bin/flow_gate_compliance_runner.rs"
[[bin]]
name = "flow_gate_native_bench"
path = "src/bin/flow_gate_native_bench.rs"
[[test]]
name = "ellipsoid_flowkit_crosscheck"
path = "tests/ellipsoid_flowkit_crosscheck.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.csv]
version = "1.3"
[dependencies.flow-fcs]
version = "0.2.2"
[dependencies.flow-gate-core]
version = "0.1.0"
[dependencies.flow-gate-xml]
version = "0.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"