# 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.2.4" authors = ["alejandrogzi "] build = 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" [profile.release] lto = true [lib] name = "gxf2bed" path = "src/lib.rs" [[bin]] name = "bench" path = "bench/bench.rs" [[bin]] name = "gxf2bed" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.flate2] version = "1.0.20" [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.8.0" [dependencies.simple_logger] version = "4.0.0" [dependencies.thiserror] version = "1.0"