thaf 0.0.5

Extracts transcript sequences and gene maps from genome FASTA files using GFF3 annotations.
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 = "thaf"
version = "0.0.5"
authors = ["Bourumir Wyngs <bourumir.wyngs [at] gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extracts transcript sequences and gene maps from genome FASTA files using GFF3 annotations."
readme = "README.md"
keywords = [
    "bioinformatics",
    "gff3",
    "transcriptome",
    "genome",
    "FASTA",
]
categories = [
    "science",
    "science::bioinformatics",
    "science::bioinformatics::genomics",
    "command-line-utilities",
]
license = "BSD-3-Clause"
repository = "https://github.com/bourumir-wyngs/thaf"

[badges.maintenance]
status = "actively-developed"

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

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

[[test]]
name = "minitest"
path = "tests/minitest.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bio]
version = "3.0.0"

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

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