[package]
name = "libdt"
version = "2.0.2"
edition = "2021"
authors = ["Antoni Przybylik <antoni.przybylik@wp.pl>"]
license = "GPL-2.0"
readme = "README.md"
repository = "https://github.com/antoniprzybylik/doner-trainer"
description = "Library for training neural networks."
[features]
macros = ["libdt-macros"]
[dependencies]
libdt-macros = {version = "2.0.1", path = "../libdt-macros", optional = true }
rand = "0.8.5"
nalgebra = "0.32.3"
[dev-dependencies]
libdt-macros = {version = "2.0.1", path = "../libdt-macros"}
float_eq = "1.0.1"
rand = "0.8.5"