# 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" name = "burn-train" version = "0.15.0" authors = ["nathanielsimard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Training crate for the Burn framework" documentation = "https://docs.rs/burn-train" readme = "README.md" keywords = [ "deep-learning", "machine-learning", "tensor", "pytorch", "ndarray", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-train" [package.metadata.docs.rs] features = ["doc"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "burn_train" path = "src/lib.rs" [dependencies.burn-core] version = "0.15.0" features = [ "dataset", "std", ] default-features = false [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.nvml-wrapper] version = "0.10.0" optional = true [dependencies.ratatui] version = "0.29.0" features = [ "all-widgets", "crossterm", ] optional = true [dependencies.serde] version = "1.0.210" features = [ "derive", "alloc", "std", "derive", ] default-features = false [dependencies.sysinfo] version = "0.30.13" optional = true [dependencies.systemstat] version = "0.2.3" optional = true [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.burn-ndarray] version = "0.15.0" [features] default = [ "metrics", "tui", ] doc = ["default"] metrics = [ "nvml-wrapper", "sysinfo", "systemstat", ] tui = ["ratatui"]