[package]
edition = "2021"
name = "gxfkit"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, AGAT-compatible Rust implementation of common GTF/GFF operations"
homepage = "https://github.com/benngaihk/gxfkit"
documentation = "https://docs.rs/gxfkit"
readme = "README.md"
keywords = [
"bioinformatics",
"gff",
"gtf",
"genomics",
"agat",
]
categories = [
"command-line-utilities",
"science",
]
license = "MIT"
repository = "https://github.com/benngaihk/gxfkit"
[[bin]]
name = "gxfkit"
path = "src/main.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[dependencies.flate2]
version = "1"
[dependencies.gxfkit-core]
version = "0.0.2"
[dev-dependencies.flate2]
version = "1"