# 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 = "exon-mzml" version = "0.32.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Exon MzML" homepage = "https://www.wheretrue.dev/docs/exon/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wheretrue/exon" [lib] name = "exon_mzml" path = "src/lib.rs" [dependencies.arrow] version = "52.2.0" [dependencies.base64] version = "0.22" [dependencies.byteorder] version = "1.5.0" [dependencies.exon-common] version = "0.32.2" [dependencies.flate2] version = "1.0.33" [dependencies.futures] version = "0.3" [dependencies.object_store] version = "0.10.2" [dependencies.quick-xml] version = "0.36.1" features = [ "async-tokio", "serialize", "overlapped-lists", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "io-util", "fs", ]