dataflow 0.2.2

Dataflow is a data processing library, primarily for machine learning.
Documentation
[dependencies.indicatif]
optional = true
version = "0.15"

[dependencies.itertools]
version = "0.9"

[dependencies.lentrait]
version = "0.2.3"

[dependencies.rand]
version = "0.8.3"

[dependencies.regex]
version = "1.5.5"

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.thread-control]
version = "0.1.2"

[dependencies.tokenizers]
version = "0.11.0"
[dev-dependencies.tempfile]
version = "3.1"

[features]
default = ["progressbar"]
progressbar = ["indicatif"]

[package]
authors = ["jafioti <jafioti@gmail.com>"]
description = "Dataflow is a data processing library, primarily for machine learning."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dataflow"
readme = "README.md"
version = "0.2.2"