[package] name = "flowfairy_api" version = "0.2.2" authors = ["Nicolas Buitrago "] edition = "2021" description = "Library for processing flow cytometry data." keywords = ["flow_cytometry", "facs", "filesystem", "fcs", "parser"] repository = "https://github.com/nsbuitrago/flowfairy-api" license = "BSD-3-Clause" homepage = "https://github.com/nsbuitrago/flowfairy-api" documentation = "https://docs.rs/flowfairy_api" readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3" regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0.40"