fastats 0.1.0

CLI to generate FASTA file statistics (masking, GC content, etc.).
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 = "fastats"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to generate FASTA file statistics (masking, GC content, etc.)."
homepage = "https://github.com/roland-ewald/fastats"
readme = "README.md"
keywords = [
    "fasta",
    "bioinformatics",
]
categories = [
    "science::bioinformatics::genomics",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/roland-ewald/fastats"

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

[[bin]]
name = "fastats"
path = "src/main.rs"

[dependencies.bstr]
version = "1.12.0"

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

[dependencies.digest]
version = "0.10.7"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.noodles-bed]
version = "0.27.0"

[dependencies.noodles-core]
version = "0.18.0"

[dependencies.noodles-fasta]
version = "0.55.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10"

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