flow-gate-xml 0.1.0

Gating-ML 2.0 XML parsing and serialization for flow cytometry gate documents
Documentation
[package]

name = "flow-gate-xml"

description = "Gating-ML 2.0 XML parsing and serialization for flow cytometry gate documents"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

authors.workspace = true

homepage.workspace = true

repository.workspace = true

documentation = "https://docs.rs/flow-gate-xml"

readme.workspace = true

keywords = ["flow-cytometry", "gating-ml", "xml", "bioinformatics", "parser"]

categories = ["science", "parser-implementations", "encoding"]



[dependencies]

flow-gate-core = { version = "0.1.0", path = "../flow-gate-core" }

quick-xml = { workspace = true }

thiserror = { workspace = true }

indexmap = { workspace = true }