mapping_info 0.1.0

Compact mapping/run metrics container and reporting utilities for sequencing read mapping pipelines.
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 = "2024"
name = "mapping_info"
version = "0.1.0"
authors = ["Stefan Lang <stefan.lang@med.lu.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compact mapping/run metrics container and reporting utilities for sequencing read mapping pipelines."
homepage = "https://github.com/stela2502/mapping_info"
documentation = "https://docs.rs/mapping_info"
readme = "README.md"
keywords = [
    "bioinformatics",
    "bam",
    "metrics",
    "sequencing",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/stela2502/mapping_info"

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

[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4.33"

[dependencies.indicatif]
version = "0.18.4"
features = ["rayon"]

[dependencies.num-format]
version = "0.4"