ferrite-dl 0.2.0

Deep learning library written in pure Rust
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"
name = "ferrite-dl"
version = "0.2.0"
authors = ["a2alhama@uwaterloo.ca"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deep learning library written in pure Rust"
readme = "README.md"
keywords = [
    "machine-learning",
    "deep-learning",
    "neural-networks",
    "tensor",
    "autograd",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/ratcht/ferrite"

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

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

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

[dependencies.ndarray]
version = "0.16.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.paste]
version = "1.0"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10.0"

[dev-dependencies.criterion]
version = "0.5"