# 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 = "seqsizzle" version = "0.1.4" authors = ["Changqing Wang "] build = "src/build.rs" description = "A pager for viewing FASTQ files with fuzzy matching, allowing different adaptors to be colored differently" readme = "README.md" keywords = [ "fastq", "pager", "genomic-sequencing", "bioinformatics", "visualization", ] categories = [ "command-line-utilities", "visualization", "science", ] license = "AGPL-3.0-or-later" repository = "https://github.com/ChangqingW/SeqSizzle" [profile.release] strip = true [dependencies.anyhow] version = ">= 1.0.75" [dependencies.bio] version = ">= 1" [dependencies.clap] version = ">= 4.4.18" features = ["derive"] [dependencies.crossterm] version = ">= 0.27.0" [dependencies.csv] version = ">= 1.3.0" [dependencies.gcollections] version = ">= 1.5.0" [dependencies.intervallum] version = ">= 1.4.0" [dependencies.num-traits] version = ">= 0.2.17" [dependencies.ratatui] version = ">= 0.25.0" [dependencies.rayon] version = ">= 1.8.0" [dependencies.shadow-rs] version = ">= 0.26.1" [dependencies.tui-textarea] version = ">= 0.3.1" [dependencies.uuid] version = ">= 1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [build-dependencies.shadow-rs] version = ">= 0.26.1"