opentfraw 1.0.4

Rust parser for Thermo Fisher RAW mass spectrometry files.
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 = "2021"
rust-version = "1.75"
name = "opentfraw"
version = "1.0.4"
authors = ["Nathan Riley <git@nathanriley.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust parser for Thermo Fisher RAW mass spectrometry files."
homepage = "https://github.com/Sigilweaver/OpenTFRaw"
readme = "README.md"
keywords = [
    "mass-spectrometry",
    "thermo",
    "raw",
    "proteomics",
    "orbitrap",
]
categories = [
    "parser-implementations",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/Sigilweaver/OpenTFRaw"

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

[[example]]
name = "dump"
path = "examples/dump.rs"

[[example]]
name = "to_mzml"
path = "examples/to_mzml.rs"

[dependencies.thiserror]
version = "2"

[dev-dependencies]

[lints.rust]
unsafe_code = "forbid"