rustynetics 0.1.4

A high-performance genomics libary specialized in handling BAM and BigWig files
Documentation
[package]
name = "rustynetics"
version = "0.1.4"
edition = "2021"
authors = ["Philipp Benner"]
description = "A high-performance genomics libary specialized in handling BAM and BigWig files"
license = "MIT"
repository = "https://github.com/pbenner/rustynetics"
documentation = "https://docs.rs/rustynetics"
keywords = ["rust", "genomics", "bioinformatics"]
categories = ["command-line-utilities", "science", "data-structures"]

#[profile.release]
#debug = true

[dependencies]
approx = "0.5.1"
async-stream = "0.3.5"
byteorder = "1.5.0"
clap = { version = "4.3", features = ["derive"] }
futures = "0.3.31"
futures-core = "0.3.30"
futures-util = "0.3.30"
flate2 = "1.0"
libloading = "0.8.9"
regex = "1.10"
list_comprehension_macro = "0.1"
mysql = "25.0.1"
num = "0.4"
plotters = "0.3.7"
quick-xml = { version = "0.38", features = ["serialize"] }
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"