[package]
name = "dataflow"
version = "0.2.2"
authors = ["jafioti <jafioti@gmail.com>"]
edition = "2021"
description = "Dataflow is a data processing library, primarily for machine learning."
license = "MIT OR Apache-2.0"
[dependencies]
serde_json = "1.0.59"
rand = "0.8.3"
serde = { version = "1.0", features = ["derive"] }
lentrait = "0.2.3"
thread-control = "0.1.2"
tokenizers = "0.11.0"
indicatif = {version = "0.15", optional = true}
itertools = "0.9"
regex = "1.5.5"
[features]
default = ["progressbar"]
progressbar = ["indicatif"]
[dev-dependencies]
tempfile = "3.1"