# 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 = "cogent" version = "0.6.3" authors = ["Jonathan Woollett-Light "] exclude = ["tests", "data"] description = "Basic neural network library for classification." documentation = "https://docs.rs/cogent/" readme = "README.md" keywords = ["deep-learning", "neural-networks", "machine-learning"] license = "Apache-2.0" repository = "https://github.com/JonathanWoollett-Light/cogent" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [dependencies.arrayfire] version = "3.7.0" [dependencies.crossterm] version = "0.18.0" [dependencies.itertools] version = "0.9.0" [dependencies.mnist_read] version = "1.0.0" [dependencies.ndarray] version = "0.14.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.50"