openproteo-core 0.1.0

Shared types, traits, and mzML writer for open Rust mass-spec parsers.
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 = "openproteo-core"
version = "0.1.0"
authors = ["Nathan Riley <git@nathanriley.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, traits, and mzML writer for open Rust mass-spec parsers."
homepage = "https://github.com/Sigilweaver/OpenProteoCore"
readme = "README.md"
keywords = [
    "mass-spectrometry",
    "mzml",
    "proteomics",
    "metabolomics",
    "psi-ms",
]
categories = [
    "science",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/Sigilweaver/OpenProteoCore"

[features]
arrow = [
    "dep:arrow-array",
    "dep:arrow-schema",
    "dep:arrow-buffer",
]
default = []

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

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

[dependencies.arrow-array]
version = "58"
optional = true

[dependencies.arrow-buffer]
version = "58"
optional = true

[dependencies.arrow-schema]
version = "58"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies]

[lints.rust]
unsafe_code = "forbid"