# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ross" version = "0.1.7" authors = ["Lee Katz "] description = "A set of scripts to run basic analysis on fastq files" documentation = "https://github.com/lskatz/ROSS.rs/blob/master/README.md" readme = "./README.md" keywords = ["bioinformatics", "friends", "fastq"] categories = ["command-line-utilities", "science"] license = "MIT" repository = "https://github.com/lskatz/ROSS.rs" [[bin]] name = "friends_replace" path = "src/bin/friends_replace.rs" [[bin]] name = "friends_regex" path = "src/bin/friends_regex.rs" [[bin]] name = "friends_quality_filter" path = "src/bin/friends_quality_filter.rs" [[bin]] name = "friends_trimmer" path = "src/bin/friends_trimmer.rs" [[bin]] name = "friends_emma" path = "src/bin/friends_emma.rs" [[bin]] name = "friends_chandler" path = "src/bin/friends_chandler.rs" [[bin]] name = "friends_ung" path = "src/bin/friends_ung.rs" [[bin]] name = "friends_carol" path = "src/bin/friends_carol.rs" [[bin]] name = "friends_rachel" path = "src/bin/friends_rachel.rs" [[bin]] name = "friends_monica" path = "src/bin/friends_monica.rs" [[bin]] name = "friends_joey" path = "src/bin/friends_joey.rs" [[bin]] name = "friends_phoebe" path = "src/bin/friends_phoebe.rs" [[bin]] name = "friends_ursula" path = "src/bin/friends_ursula.rs" [[bin]] name = "friends_gunther" path = "src/bin/friends_gunther.rs" [dependencies.getopts] version = "0.2" [dependencies.multiqueue] version = "0.3.2" [dependencies.rand] version = "0.4" [dependencies.regex] version = "0.2.10" [dependencies.statistical] version = "0.1.1"