k2tools 0.1.0

Rust CLI toolkit for working with kraken2 outputs
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "k2tools"
version = "0.1.0"
authors = ["Tim Fennell <tim@fulcrumgenomics.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust CLI toolkit for working with kraken2 outputs"
homepage = "https://github.com/fulcrumgenomics/k2tools"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fulcrumgenomics/k2tools"

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

[[bin]]
name = "k2tools"
path = "src/main.rs"

[[test]]
name = "test_filter"
path = "tests/test_filter.rs"

[[test]]
name = "test_report_to_tsv"
path = "tests/test_report_to_tsv.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
    "unicode",
]

[dependencies.csv]
version = "1"

[dependencies.env_logger]
version = "0.11"

[dependencies.fgoxide]
version = "0.6"

[dependencies.flate2]
version = "1"
features = ["zlib-rs"]
default-features = false

[dependencies.log]
version = "0"

[dependencies.pooled-writer]
version = "0.3"

[dependencies.rpmalloc]
version = "0.2"

[dependencies.seq_io]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.built]
version = "0"

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"