# 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 = "tuni" version = "0.1.1" authors = ["David Zhang "] description = "Unify transcripts across different samples" readme = "README.md" keywords = [ "gtf", "gff", "transcript-assembly", ] license = "MIT" repository = "https://github.com/dzhang32/tuni" [[bench]] name = "benchmark" harness = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.tempfile] version = "3.10.1"