openproteo-io 1.1.0

Vendor-neutral mass-spec I/O: feature-gated re-exports of opentfraw / opentimstdf / openwraw with auto-detection and an mzML writer.
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.87"
name = "openproteo-io"
version = "1.1.0"
authors = ["Nathan Riley <git@nathanriley.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendor-neutral mass-spec I/O: feature-gated re-exports of opentfraw / opentimstdf / openwraw with auto-detection and an mzML writer."
readme = "README.md"
keywords = [
    "mass-spectrometry",
    "mzml",
    "proteomics",
    "thermo",
    "bruker",
]
categories = [
    "science",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/Sigilweaver/OpenProteo"

[features]
all = [
    "thermo",
    "bruker",
    "waters",
]
arrow = ["openproteo-core/arrow"]
bruker = ["dep:opentimstdf"]
default = []
thermo = ["dep:opentfraw"]
waters = ["dep:openwraw"]

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

[[test]]
name = "vendor2mzml"
path = "tests/vendor2mzml.rs"

[dependencies.openproteo-core]
version = "1.0.1"

[dependencies.opentfraw]
version = "1.0.6"
optional = true

[dependencies.opentimstdf]
version = "1.0.6"
optional = true

[dependencies.openwraw]
version = "1.0.5"
optional = true

[dependencies.thiserror]
version = "2"

[lints.rust]
unsafe_code = "forbid"