gtars-cli 0.7.0

Performance critical tools for genomic interval analysis. This is the CLI
# 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 = "gtars-cli"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Performance critical tools for genomic interval analysis. This is the CLI"
homepage = "https://github.com/databio/gtars"
readme = "README.md"
categories = [
    "science::bioinformatics::genomics",
    "science::bioinformatics",
]
license = "MIT"
repository = "https://github.com/databio/gtars"

[features]
bbcache = ["dep:gtars-bbcache"]
default = []
fragsplit = ["dep:gtars-fragsplit"]
igd = ["dep:gtars-igd"]
overlaprs = ["dep:gtars-overlaprs"]
scoring = ["dep:gtars-scoring"]
uniwig = ["dep:gtars-uniwig"]

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

[dependencies.anyhow]
version = "1.0.82"

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

[dependencies.fxhash]
version = "0.2.1"

[dependencies.gtars-bbcache]
version = "0.5.3"
optional = true

[dependencies.gtars-core]
version = "0.5.5"
features = [
    "bigbed",
    "http",
]

[dependencies.gtars-fragsplit]
version = "0.5.0"
optional = true

[dependencies.gtars-igd]
version = "0.5.1"
optional = true

[dependencies.gtars-overlaprs]
version = "0.5.1"
optional = true

[dependencies.gtars-scoring]
version = "0.5.1"
optional = true

[dependencies.gtars-uniwig]
version = "0.7.0"
optional = true

[dependencies.indicatif]
version = "0.18.0"