salmon-model 2.5.0

Statistical models for the salmon Rust port: fragment-length distribution and library-type detection.
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.91"
name = "salmon-model"
version = "2.5.0"
authors = ["Rob Patro and the COMBINE-lab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Statistical models for the salmon Rust port: fragment-length distribution and library-type detection."
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/COMBINE-lab/salmon"

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

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

[dependencies.flate2]
version = "1"

[dependencies.rayon]
version = "1"

[dependencies.realfft]
version = "3.5.0"

[dependencies.salmon-core]
version = "2.5.0"

[dependencies.statrs]
version = "0.19"

[dependencies.sux]
version = "0.14.0"

[lints.clippy]
needless_range_loop = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unsafe_code = "warn"