# 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" rust-version = "1.71.0" name = "gffkit" version = "0.1.2" authors = ["sharkLoc "] description = "gffkit: A simple program for gff3 file manipulation" homepage = "https://github.com/sharkLoc/gffkit" readme = "README.md" keywords = [ "gff", "gene", "bio", "hts", ] license = "GPL-3.0" [profile.release] strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.atty] version = "0.2.14" [dependencies.bio] version = "1.6.0" [dependencies.bzip2] version = "0.4.4" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.env_logger] version = "0.10.0" [dependencies.flate2] version = "1.0.30" [dependencies.human-sort] version = "0.2.2" [dependencies.log] version = "0.4.21" [dependencies.noodles] version = "0.74.0" features = [ "gff", "gtf", "fasta", "core", ] [dependencies.thiserror] version = "1.0.61" [dependencies.xz2] version = "0.1.7"