# 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 = "2018" name = "atg" version = "0.8.6" authors = ["Jonas Marcello "] description = "Convert transcripts between different file formats" homepage = "https://github.com/anergictcell/atg" readme = "README.md" keywords = [ "bioinformatics", "genomics", "transcriptomics", "transcript", "genetics", ] categories = [ "science", "data-structures", "command-line-utilities", ] license = "MIT" repository = "https://github.com/anergictcell/atg" [profile.release] lto = true [dependencies.atglib] version = "0.2" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.0.0" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.loggerv] version = "0.7" [dependencies.s3reader] version = "1" [dependencies.serde] version = "1" features = ["derive"]