jepa 0.1.0

CLI and TUI for the jepa-rs workspace
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 = "2021"
rust-version = "1.85"
name = "jepa"
version = "0.1.0"
authors = ["Abdel Bakhta <abdel@starkware.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI and TUI for the jepa-rs workspace"
homepage = "https://github.com/AbdelStark/jepa-rs"
documentation = "https://docs.rs/jepa"
readme = "README.md"
keywords = [
    "jepa",
    "cli",
    "tui",
    "machine-learning",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/AbdelStark/jepa-rs"

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

[[bin]]
name = "jepa"
path = "src/main.rs"

[[example]]
name = "prepare_demo_image_folder"
path = "examples/prepare_demo_image_folder.rs"

[[example]]
name = "train_image_folder_demo"
path = "examples/train_image_folder_demo.rs"

[[example]]
name = "train_synthetic_demo"
path = "examples/train_synthetic_demo.rs"

[dependencies.anyhow]
version = "1"

[dependencies.burn]
version = "0.20.1"
features = ["autodiff"]

[dependencies.burn-ndarray]
version = "0.20.1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "env",
]

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.jepa-compat]
version = "0.1.0"

[dependencies.jepa-core]
version = "0.1.0"

[dependencies.jepa-train]
version = "0.1.0"

[dependencies.jepa-vision]
version = "0.1.0"

[dependencies.jepa-world]
version = "0.1.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"