[package]
name = "burn_learn"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
burn = { version = "0.12.1", features = ["train", "wgpu", "vision"] }
clap = { version = "4.5.3", features = ["derive"] }
color-eyre = "0.6.3"
crossterm = "0.27.0"
humantime = "2.1.0"
image = "0.24"
num_cpus = "1.16.0"
ratatui = { version = "0.26.1", features = ["all-widgets"] }
ratatui-image = "0.8.1"
thiserror = "1.0.58"