# 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.56.1" name = "seq_io" version = "0.3.2" authors = [""] exclude = ["bench_results/*"] description = "Fast FASTA and FASTQ readers" documentation = "https://docs.rs/seq_io" readme = "README.md" keywords = [ "bio", "fasta", "fastq", "parser", ] license = "MIT" repository = "https://github.com/markschl/seq_io" [profile.bench] lto = true [[bench]] name = "fasta" harness = false [[bench]] name = "fastq" harness = false [dependencies.buffer-redux] version = "1.0.0" default_features = false [dependencies.crossbeam-utils] version = "0.8" [dependencies.memchr] version = "2.5.0" [dependencies.scoped_threadpool] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.bio] version = "1.3" default_features = false [dev-dependencies.criterion] version = "0.5" features = ["csv_output"] default_features = false [dev-dependencies.fastq] version = "0.6" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.matches] version = "0.1.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.rand_isaac] version = "0.3"