mscore 0.5.0

A Rust library providing core operations for computational mass spectrometry proteomics.
# 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.84"
name = "mscore"
version = "0.5.0"
authors = ["David Teschner <davidteschner@googlemail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library providing core operations for computational mass spectrometry proteomics."
documentation = "https://docs.rs/mscore"
readme = "README.md"
keywords = [
    "statistics",
    "matrix",
    "scoring",
    "parallel",
]
categories = [
    "mathematics",
    "science",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/theGreatHerrLebert/rustims"

[package.metadata.docs.rs]
features = ["all"]

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

[[bin]]
name = "mscore"
path = "src/main.rs"

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

[dependencies.bincode]
version = "2.0.0-rc.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ms-chem]
version = "0.1.0"

[dependencies.nalgebra]
version = "0.33.2"

[dependencies.ordered-float]
version = "4.6.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.217"
features = [
    "derive",
    "rc",
]

[dependencies.statrs]
version = "0.18.0"

[dev-dependencies]