[package] name = "imc-rs" version = "0.1.9" edition = "2021" authors = ["Alan Race "] homepage = "https://github.com/AlanRace/imc-rs" license = "MIT" repository = "https://github.com/AlanRace/imc-rs.git" description = "Library for reading imaging mass cytometry (IMC) data. Supports the .mcd format." [dependencies] quick-xml = "0.27.1" nalgebra = "0.32.1" num-traits = "0.2" lz4_flex = "0.10" image = "0.24" thiserror = "1.0" byteorder = "1" # rand = "0.8.5" csv = "1.2" rayon = "1.6.0" [dev-dependencies] tiff = "0.7.4"