triplets-core 0.23.0-alpha

Core types, traits, and algorithms for the triplets data pipeline framework.
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 = "triplets-core"
version = "0.23.0-alpha"
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, traits, and algorithms for the triplets data pipeline framework."
readme = "README.md"
keywords = [
    "train-test-split",
    "triplet-mining",
    "dataset-sampling",
    "preprocessing",
    "bm25",
]
categories = [
    "algorithms",
    "artificial-intelligence",
    "science",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jzombie/rust-triplets"
resolver = "2"

[features]
bm25-mining = ["dep:bm25"]
default = []
extended-metrics = []

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

[dependencies.bitcode]
version = "0.6.9"

[dependencies.bm25]
version = "2.3.2"
features = ["parallelism"]
optional = true

[dependencies.cache-manager]
version = "0.4.0"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.csv]
version = "1.4.0"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.line-ending]
version = "1.5.1"

[dependencies.rand]
version = "0.9.3"
features = [
    "std",
    "small_rng",
]

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.simd-r-drive]
version = "0.16.2-alpha"

[dependencies.siphasher]
version = "1.0.3"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.indoc]
version = "2.0.7"