# 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 = "bio-streams" version = "0.5.0" authors = ["jeff-k "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Streaming bioinformatics data types" readme = "README.md" keywords = [ "bioinformatics", "fasta", "fastq", "genomics", ] license = "MIT" repository = "https://github.com/jeff-k/bio-streams" [lib] name = "bio_streams" path = "src/lib.rs" [[example]] name = "aminokmers" path = "examples/aminokmers.rs" [[example]] name = "fqcheck" path = "examples/fqcheck.rs" [dependencies.bio-seq] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.futures-test] version = "0.3" [dev-dependencies.bio-seq] version = "0.13" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.flate2] version = "1"