[package]
edition = "2021"
rust-version = "1.89"
name = "flow-gate-xml"
version = "0.1.0"
authors = ["matteobroketa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gating-ML 2.0 XML parsing and serialization for flow cytometry gate documents"
homepage = "https://github.com/matteobroketa/flow-gate.rs"
documentation = "https://docs.rs/flow-gate-xml"
readme = "README.md"
keywords = [
"flow-cytometry",
"gating-ml",
"xml",
"bioinformatics",
"parser",
]
categories = [
"science",
"parser-implementations",
"encoding",
]
license = "MIT"
repository = "https://github.com/matteobroketa/flow-gate.rs"
[lib]
name = "flow_gate_xml"
path = "src/lib.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.flow-gate-core]
version = "0.1.0"
[dependencies.indexmap]
version = "2.2"
[dependencies.quick-xml]
version = "0.36"
features = ["encoding"]
[dependencies.thiserror]
version = "1.0"