# 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 = "bed2gtf" version = "1.9.3" authors = ["alejandrogzi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and memory efficient BED to GTF converter" homepage = "https://github.com/alejandrogzi/bed2gtf" readme = "README.md" keywords = [ "bed", "gtf", "cli", "bed2gtf", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/alejandrogzi/bed2gtf" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "bed2gtf" path = "src/lib.rs" [[bin]] name = "bed2gtf" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.flate2] version = "1.0.28" [dependencies.indoc] version = "2.0" [dependencies.libc] version = "0.2.101" [dependencies.log] version = "0.4.14" [dependencies.natord] version = "1.0.9" [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.58"