gtars-core 0.5.4

Core library for gtars: tools for high performance genomic interval analysis
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 = "2021"
name = "gtars-core"
version = "0.5.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for gtars: tools for high performance genomic interval analysis"
readme = false
license = "MIT"
repository = "https://github.com/databio/gtars"
resolver = "3"

[features]
bigbed = ["dep:bigtools"]
dataframe = ["dep:polars"]
default = []
http = ["dep:ureq"]

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.bigtools]
version = "0.5.6"
optional = true

[dependencies.flate2]
version = "1.1.2"

[dependencies.md-5]
version = "0.10.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.polars]
version = "0.51.0"
features = ["csv"]
optional = true
default-features = false

[dependencies.tokio]
version = "1.47.1"

[dependencies.ureq]
version = "3.1.4"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"

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