[package] name = "imzml" version = "0.1.3" edition = "2021" authors = ["Alan Race"] description = "A library for reading the mass spectrometry (imaging) formats mzML and imzML." license = "Apache-2.0 OR MIT" repository = "https://github.com/AlanRace/imzml-rs" categories = ["parser-implementations"] keywords = ["mass", "spectrometry", "imaging", "imzml", "mzml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = [ "derive" ] } quick-xml = {version = "0.25.0", features = ["encoding", "serialize" ]} chrono = "0.4" url = "2.3" #wasm-bindgen = "0.2.75" #js-sys = "0.3.52" lazy_static = "1.4.0" hashbrown = "0.12" #crossbeam = "0.8.1" #encoding_rs = "0.8.26" base64 = "0.13.0" flate2 = "1.0" byteorder = "1" uuid = {version = "1.2", features = ["v4"]} sha2 = "0.10" #[profile.release] #debug = true #[dependencies.web-sys] #version = "0.3.52" #features = [ # 'console', #]