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"
name = "bam2ab1"
version = "0.5.6"
build = false
exclude = ["test-data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bam2ab1"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "bam2ab1"
path = "src/bam2ab1.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "2.0.1"
optional = true

[dependencies.bio]
version = "2.3.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.gskits]
version = "0.15"

[dependencies.na_seq]
version = "0.3.6"

[dependencies.ndarray]
version = "0.16"

[dependencies.num_cpus]
version = "1"

[dependencies.ordered-float]
version = "5"

[dependencies.rust-htslib]
version = "0.49"

[dependencies.time]
version = "0.3.34"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "json",
    "env-filter",
    "fmt",
    "time",
    "local-time",
]