[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"