ferrotorch 0.1.2

PyTorch in Rust — deep learning framework built on ferray
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 = "2024"
rust-version = "1.85"
name = "ferrotorch"
version = "0.1.2"
authors = ["doll"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyTorch in Rust — deep learning framework built on ferray"
homepage = "https://github.com/dollspace-gay/ferrotorch"
readme = "README.md"
keywords = [
    "deep-learning",
    "machine-learning",
    "autograd",
    "neural-network",
    "tensor",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferrotorch"

[features]
cubecl = ["dep:ferrotorch-cubecl"]
default = [
    "train",
    "serialize",
    "jit",
    "distributions",
    "profiler",
    "hub",
]
distributed = ["dep:ferrotorch-distributed"]
distributions = ["dep:ferrotorch-distributions"]
gpu = ["dep:ferrotorch-gpu"]
hub = ["dep:ferrotorch-hub"]
jit = ["dep:ferrotorch-jit"]
profiler = ["dep:ferrotorch-profiler"]
serialize = ["dep:ferrotorch-serialize"]
train = ["dep:ferrotorch-train"]

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

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

[dependencies.ferrotorch-core]
version = "0.1.2"

[dependencies.ferrotorch-cubecl]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-data]
version = "0.1.2"

[dependencies.ferrotorch-distributed]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-distributions]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-gpu]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-hub]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-jit]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-nn]
version = "0.1.2"

[dependencies.ferrotorch-optim]
version = "0.1.2"

[dependencies.ferrotorch-profiler]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-serialize]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-train]
version = "0.1.2"
optional = true

[dependencies.ferrotorch-vision]
version = "0.1.2"