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