recmap 0.2.3

A library for reading and working with recombination maps in Rust
Documentation
[[bin]]
name = "recmap"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.4.18"

[dependencies.csv]
version = "1.3.0"

[dependencies.flate2]
version = "1.0.28"

[dependencies.genomap]
version = "0.1.3"

[dependencies.indexmap]
version = "2.2.2"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.num-traits]
version = "0.2.17"

[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[dependencies.thiserror]
version = "1.0.56"
[dev-dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dev-dependencies.tempfile]
version = "3.10.0"

[features]
cli = ["clap"]

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

[package]
authors = ["Vince Buffalo <vsbuffalo@gmail.com>"]
categories = ["science"]
description = "A library for reading and working with recombination maps in Rust"
documentation = "https://docs.rs/recmap/"
edition = "2021"
keywords = ["genomics", "bioinformatics", "compbio"]
license = "MIT"
name = "recmap"
readme = "README.md"
repository = "https://github.com/vsbuffalo/recmap"
version = "0.2.3"
[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3