gtars-bbcache 0.5.4

Rust implementation of bbcache: a caching system for BED files on bedbase.org
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 = "gtars-bbcache"
version = "0.5.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of bbcache: a caching system for BED files on bedbase.org"
readme = false
license = "MIT"
repository = "https://github.com/databio/gtars"

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.biocrs]
version = "0.1.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.gtars-core]
version = "0.5.5"

[dependencies.serde_json]
version = "1.0.135"

[dependencies.shellexpand]
version = "3"

[dependencies.tabled]
version = "0.20.0"

[dependencies.ureq]
version = "3.1.4"

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

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