# 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 = "gtf2json" version = "0.1.2" description = "A tool to convert GTF files to newline-delim JSON" readme = "README.md" keywords = [ "bioinformatics", "genomics", "gtf", "json", "parser", ] categories = [ "science", "command-line-utilities", ] license = "MIT" repository = "https://github.com/noamteyssier/gtf2json" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.16" features = ["derive"] [dependencies.flate2] version = "1.0.26" [dependencies.gtftools] version = "0.1.9" [dependencies.serde_json] version = "1.0.103"