[package] name = "barkit-extract" version = "0.1.1" # managed by release.sh edition = "2021" authors = ["Nikita Syzrantsev syzrantsev.n@yandex.ru"] description = "Tool for extracting barcode nucleotide sequence according to a specified regex pattern" license = "GPL-3.0" readme = "../README.md" homepage = "https://github.com/nsyzrantsev/barkit" repository = "https://github.com/nsyzrantsev/barkit" keywords = ["bioinformatics", "sequencing", "barcodes"] rust-version = "1.80.0" [dependencies] clap = { version = "4.5.16", features = ["derive", "env"] } flate2 = "1.0.33" regex = "1.10.6" seq_io = "0.3.2" thiserror = "1.0.63" rayon = "1.10.0" fancy-regex = "0.13.0" lz4 = "1.26.0" gzp = "0.11.3" indicatif = "0.17.8" console = "0.15.8" [dev-dependencies] rstest = "0.22.0"