# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tsuga" version = "0.1.1" authors = ["Christopher Moran "] description = "An early-stage machine learning library for building neural networks in Rust" readme = "README.md" keywords = ["machine-learning", "machine", "learning", "neural-networks", "networks"] license = "MIT" repository = "https://github.com/quietlychris/tsuga" [lib] name = "tsuga" [dependencies.crossterm] version = "0.17" [dependencies.image] version = "0.23" [dependencies.imageproc] version = "0.20" [dependencies.indicatif] version = "0.15" [dependencies.ndarray] version = "0.13" features = ["rayon"] [dependencies.ndarray-rand] version = "0.11" [dependencies.ndarray-stats] version = "0.3" [dependencies.rand] version = "0.7" [dependencies.serial_test] version = "0.4" [dev-dependencies.cifar-ten] version = "0.1" [dev-dependencies.minifb] version = "0.18" [dev-dependencies.mnist] version = "0.4.1" features = ["download"]