[dependencies.rand]
version = "0.8.5"
[lib]
name = "scorch"
path = "src/lib.rs"
[package]
authors = ["Sa4dUs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A straightforward and customizable neural network crate, built for machine learning tasks."
documentation = "https://docs.rs/scorch/"
edition = "2024"
exclude = ["tests/*", "examples/*", "data/*"]
license = "MIT"
name = "scorch"
readme = "README.md"
repository = "https://github.com/sa4dus/scorch"
version = "0.1.1"