gxf2bed 0.3.3

fastest GTF/GFF-to-BED converter chilling around
Documentation
# 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 = "gxf2bed"
version = "0.3.3"
authors = ["alejandrogzi <alejandrxgzi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "gxf2bed"
description = "fastest GTF/GFF-to-BED converter chilling around"
homepage = "https://github.com/alejandrogzi/gxf2bed"
readme = "README.md"
keywords = [
    "bed",
    "gtf",
    "gff",
    "cli",
    "convert",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/alejandrogzi/gxf2bed"

[lib]
name = "gxf2bed"
path = "src/lib.rs"

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

[[test]]
name = "convert_gff"
path = "tests/convert_gff.rs"

[[test]]
name = "convert_gtf"
path = "tests/convert_gtf.rs"

[[test]]
name = "convert_gzip"
path = "tests/convert_gzip.rs"

[[test]]
name = "detect"
path = "tests/detect.rs"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.genepred]
version = "0.0.14"
features = [
    "rayon",
    "mmap",
    "gzip",
    "zstd",
    "bz2",
]

[dependencies.hashbrown]
version = ">0.12"
features = ["rayon"]

[dependencies.indoc]
version = "2.0"

[dependencies.libc]
version = "0.2.151"

[dependencies.log]
version = "0.4.14"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.flate2]
version = "1.0"
features = ["rust_backend"]
default-features = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1