timsrust-tdf 0.1.4

Reader for the Bruker TDF timsTOF file format (.d folders)
Documentation
# 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 = "2024"
name = "timsrust-tdf"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reader for the Bruker TDF timsTOF file format (.d folders)"
readme = false
license = "Apache-2.0"

[features]
default = []

[lib]
name = "timsrust_tdf"
path = "src/lib.rs"

[dependencies.lzf]
version = "1"
default-features = false

[dependencies.rayon]
version = "1"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.timsrust-core]
version = "0.1.4"
features = ["io"]
default-features = false

[dependencies.zstd]
version = "0.13"
default-features = false

[lints.rust]
unnameable_types = "deny"
unreachable_pub = "warn"