# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "neuroflow" version = "0.2.0" authors = ["Mikhail Kravets "] exclude = [ "examples/*", "tests/*", ] description = "The neural network library implemented in Rust" readme = "README.md" keywords = [ "machine-learning", "neural-networks", "data-learning", "math", "backpropagation", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/MikhailKravets/NeuroFlow" [dependencies.bincode] version = "~1.3" [dependencies.csv] version = "~1.2" [dependencies.rand] version = "~0.8" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "~1.0" [dependencies.serde_derive] version = "~1.0" [dependencies.serde_json] version = "~1.0" [dev-dependencies.time] version = "0.1" [badges.codecov] branch = "master" repository = "MikhailKravets/NeuroFlow" service = "github"