aprender-train-common 0.60.0

Shared infrastructure for entrenar CLI tools
Documentation
[package]
name = "aprender-train-common"
version.workspace = true
edition = "2021"
authors = ["PAIML <hello@paiml.com>"]
description = "Shared infrastructure for entrenar CLI tools"
license = "MIT"
repository = "https://github.com/paiml/entrenar"

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

[lints]
workspace = true

[dependencies]
clap = { version = "4.5", features = ["derive"] }
thiserror = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
trueno-viz = { workspace = true, features = ["terminal"] }

[dev-dependencies]
proptest = "1.4"