# 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 = "timsrust" version = "0.4.1" description = "A crate to read Bruker timsTOF data" homepage = "https://github.com/mannlabs/timsrust" documentation = "https://docs.rs/timsrust" readme = "README.md" keywords = [ "MS", "LC-TIMS-TOF", "PASEF", ] categories = [ "accessibility", "data-structures", "parsing", "science", ] license = "Apache-2.0" repository = "https://github.com/mannlabs/timsrust" [[bench]] name = "speed_performance" harness = false [dependencies.bytemuck] version = "1.13.1" [dependencies.linreg] version = "0.2.0" [dependencies.memmap2] version = "0.9.3" [dependencies.parquet] version = "42.0.0" optional = true [dependencies.rayon] version = "1.10.0" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] optional = true [dependencies.serde] version = "1.0.209" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.127" optional = true [dependencies.thiserror] version = "1.0.0" [dependencies.zstd] version = "0.13.2" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] default = [ "tdf", "minitdf", "serialize", ] minitdf = ["parquet"] serialize = [ "serde", "serde_json", ] tdf = ["rusqlite"]