[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" }
flate2 = "1"
[dev-dependencies]
flate2 = "1"