# 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 = "to-trans" version = "0.2.0" authors = ["alejandrogzi "] description = "A high-performance transcriptome builder from fasta + GTF/GFF" homepage = "https://github.com/alejandrogzi/to-trans" readme = "README.md" keywords = [ "transcriptome", "fasta", "gtf", "gff", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/alejandrogzi/to-trans" [profile.release] lto = true [lib] name = "to_trans" path = "src/lib.rs" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.memchr] version = "2.6.4" [dependencies.num_cpus] version = "1.13.0" [dependencies.rayon] version = "1.5.1" [dependencies.seq_io] version = "0.3.2" [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.50"