# 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 = "select-random-fastx" version = "0.1.1" authors = ["Sebastian Schmidt "] description = "Select random entries from fastx files" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/sebschmi/fastx-statistics-rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.indicatif] version = "0.17.1" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.seq_io] version = "0.4.0-alpha.0" [dependencies.simplelog] version = "0.12.0"