# 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.60.0" name = "fastx-statistics" version = "1.0.0" authors = ["Sebastian Schmidt "] description = "Compute simple statistics for fasta-like files" license = "BSD-2-Clause" repository = "https://github.com/sebschmi/fastx-statistics-rs" [dependencies.clap] version = "4.0.10" features = ["derive"] [dependencies.indicatif] version = "0.17.1" [dependencies.log] version = "0.4.17" [dependencies.seq_io] version = "0.4.0-alpha.0" [dependencies.simplelog] version = "0.12.0"