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