[dependencies.candle-core]
version = "0.8.4"
[dependencies.candle-nn]
version = "=0.8.3"
[lib]
name = "kerasty"
path = "src/lib.rs"
[package]
authors = ["Homero Roman", "Frederick Roman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "wasm", "web-programming"]
description = "Keras for Rust with support for Web Assembly."
edition = "2021"
homepage = "https://docs.rs/kerasty/latest/kerasty/"
keywords = ["keras", "webassembly", "candle", "ai", "machinelearning"]
license = "MIT"
name = "kerasty"
readme = "README.md"
repository = "https://github.com/HomeroRR/kerasty"
rust-version = "1.84.0"
version = "0.2.3"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "unit_test"
path = "tests/unit_test.rs"