# 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] edition = "2021" name = "rstorch" version = "0.2.0" authors = ["Ferran Sanchez Llado"] description = "Implementation from scratch of a neural network framework in Rust inspired by PyTorch" homepage = "https://github.com/ferranSanchezLlado/rstorch.git" documentation = "https://docs.rs/rstorch" readme = "README.md" keywords = [ "neural-network", "machine-learning", "deep-learning", "pytorch", "rust", ] categories = [ "science", "mathematics", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ferranSanchezLlado/rstorch.git" [dependencies.flate2] version = "1.0.26" optional = true [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] optional = true [dev-dependencies.fs_extra] version = "1.3.0" [features] dataset_hub = [ "dep:reqwest", "dep:flate2", ] default = [] full = ["dataset_hub"]