gxfkit 0.0.2

A fast, AGAT-compatible Rust implementation of common GTF/GFF operations
[package]
name = "gxfkit"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "A fast, AGAT-compatible Rust implementation of common GTF/GFF operations"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/gxfkit"
keywords.workspace = true
categories.workspace = true
readme = "README.md"

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

[dependencies]
gxfkit-core = { version = "0.0.2", path = "../gxfkit-core" }
# Pure-Rust gzip (miniz_oxide backend) so .gff.gz input "just works" and the
# build stays free of C/system dependencies.
flate2 = "1"

[dev-dependencies]
flate2 = "1"