# 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 = "imzml" version = "0.1.3" authors = ["Alan Race"] description = "A library for reading the mass spectrometry (imaging) formats mzML and imzML." readme = "README.md" keywords = [ "mass", "spectrometry", "imaging", "imzml", "mzml", ] categories = ["parser-implementations"] license = "Apache-2.0 OR MIT" repository = "https://github.com/AlanRace/imzml-rs" resolver = "1" [dependencies.base64] version = "0.13.0" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.flate2] version = "1.0" [dependencies.hashbrown] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-xml] version = "0.25.0" features = [ "encoding", "serialize", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.url] version = "2.3" [dependencies.uuid] version = "1.2" features = ["v4"]