[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "thaf"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.bio]
version = "2.3"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "thaf"
path = "src/lib.rs"
[package]
authors = ["Bourumir Wyngs <bourumir.wyngs [at] gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "science::bioinformatics", "science::bioinformatics::genomics", "command-line-utilities"]
description = "Extracts transcript sequences and gene maps from genome FASTA files using GFF3 annotations."
edition = "2024"
keywords = ["bioinformatics", "gff3", "transcriptome", "genome", "FASTA"]
license = "BSD-3-Clause"
name = "thaf"
readme = "README.md"
repository = "https://github.com/bourumir-wyngs/thaf"
version = "0.0.3"
[[test]]
name = "minitest"
path = "tests/minitest.rs"