# 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 = "2018" name = "sabreur" version = "0.5.0" authors = ["Anicet Ebou "] exclude = [ "CODE_OF_CONDUCT.md", "tests/*", "benches/*", ".github/*", ".cargo/*", ] description = "sabreur is a barcode demultiplexing tool for fasta and fastq files" homepage = "https://github.com/Ebedthan/sabreur" readme = "README.md" keywords = [ "bioinformatics", "demultiplexing", ] categories = ["command-line-utilities"] license = "MIT" [profile.release] opt-level = 3 lto = "thin" debug = true panic = "abort" overflow-checks = false incremental = false [[bin]] name = "sabreur" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1" [dependencies.bio] version = "0.41" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = ["cargo"] [dependencies.exitcode] version = "1.1.2" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.log] version = "0.4" [dependencies.niffler] version = "2.4" [dependencies.sysinfo] version = "0.26" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempfile] version = "3" [dev-dependencies.triple_accel] version = "0.4"