# 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 = "barkit" version = "0.1.1" authors = ["Nikita Syzrantsev syzrantsev.n@yandex.ru"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BarKit — a cross-platform and ultrafast toolkit for barcodes manipulation in FASTQ files" homepage = "https://github.com/nsyzrantsev/barkit" readme = "README.md" keywords = [ "bioinformatics", "sequencing", "barcodes", ] license = "GPL-3.0" repository = "https://github.com/nsyzrantsev/barkit" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false panic = "unwind" overflow-checks = false incremental = false strip = "symbols" [profile.test] opt-level = 0 debug = 2 [lib] name = "barkit" path = "src/lib.rs" [[bin]] name = "barkit" path = "src/main.rs" [dependencies.barkit-extract] version = "0.1.1" [dependencies.clap] version = "4.5.16" features = [ "env", "derive", ]