[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"