# 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 = "newron" version = "0.5.1" authors = ["Hugues Gaillard ", "Brieuc L'Hélias "] description = "A Rust library to train and infer deep learning models.\n" homepage = "https://github.com/hugues31/newron" documentation = "https://docs.rs/newron/" readme = "README.md" keywords = ["neural", "network", "deep", "learning"] license = "MIT" repository = "https://github.com/hugues31/newron" [[example]] name = "linear_regression" path = "examples/linear_regression.rs" [[example]] name = "perceptron" path = "examples/perceptron.rs" [[example]] name = "mnist" path = "examples/mnist.rs" [[example]] name = "wine_quality" path = "examples/wine_quality.rs"