gxfkit 0.0.2

A fast, AGAT-compatible Rust implementation of common GTF/GFF operations
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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