# 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 = "gxf2chrom" version = "0.1.0" authors = ["alejandrogzi "] description = "Everything in .chrom from GTF/GFF" homepage = "https://github.com/alejandrogzi/gxf2chrom" readme = "README.md" keywords = [ "chrom", "gtf", "gff", "cli", "convert", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/alejandrogzi/gxf2chrom" [profile.release] lto = true [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.hashbrown] version = "0.14" features = [ "rayon", "serde", ] [dependencies.libc] version = "0.2.151" [dependencies.log] version = "0.4.14" [dependencies.num_cpus] version = ">1.14" [dependencies.rayon] version = ">1.7" [dependencies.simple_logger] version = "4.0.0" [dependencies.thiserror] version = "1.0"