barkit 0.1.0

Tool to process barcodes in FASTQ
Documentation
[[bin]]
name = "barkit"
path = "src/main.rs"

[dependencies.barkit-extract]
version = "0.1.0"

[dependencies.clap]
features = ["env", "derive"]
version = "4.5.4"

[lib]
name = "barkit"
path = "src/lib.rs"

[package]
authors = ["Nikita Syzrantsev syzrantsev.n@yandex.ru"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Tool to process barcodes in FASTQ"
edition = "2021"
homepage = "https://github.com/nsyzrantsev/barkit"
keywords = ["bioinformatics", "sequencing", "barcodes"]
license = "GPL-3.0"
name = "barkit"
readme = "README.md"
repository = "https://github.com/nsyzrantsev/barkit"
version = "0.1.0"

[profile.bench]
debug = 0
opt-level = 3

[profile.dev]
debug = 2
opt-level = 0
panic = "abort"

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "unwind"
strip = "symbols"

[profile.test]
debug = 2
opt-level = 0