gtars-tokenizers 0.5.3

Genomic region tokenizers for machine learning in Rust
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-tokenizers"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Genomic region tokenizers for machine learning in Rust"
readme = false
license = "MIT"
repository = "https://github.com/databio/gtars"

[features]
default = []
huggingface = ["dep:hf-hub"]

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.fxhash]
version = "0.2.1"

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

[dependencies.gtars-overlaprs]
version = "0.6.0"

[dependencies.hf-hub]
version = "0.4.3"
optional = true

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.14"

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

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