flow-gate-xml 0.1.0

Gating-ML 2.0 XML parsing and serialization for flow cytometry gate documents
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 = "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"