microBioRust-seqmetrics 0.1.3

Microbiology friendly bioinformatics Rust functions
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"
name = "microBioRust-seqmetrics"
version = "0.1.3"
build = false
exclude = [
    ".git",
    ".gitignore",
    "K12_ribo.gbk",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Microbiology friendly bioinformatics Rust functions"
readme = "README.md"
keywords = [
    "bioinformatics",
    "micro",
    "bio",
    "genomics",
    "sequence-analysis",
]
categories = [
    "science::bioinformatics::sequence-analysis",
    "science::bioinformatics::genomics",
    "science::bioinformatics",
    "science",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/microBioRust/microBioRust/seqmetrics"

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.bio]
version = "2.3.0"

[dependencies.clap]
version = "4.5.19"
features = ["derive"]

[dependencies.microBioRust]
version = "0.1.3"

[dependencies.tokio]
version = "1.45.1"
features = ["full"]

[lints.rust]
unsafe_code = "forbid"