# 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 = "multistochgrad" version = "0.1.5" authors = ["jeanpierre.both@gmail.com"] description = "Stochastic Gradient, Multithreaded" documentation = "https://docs.rs/multistochgrad" readme = "README.md" keywords = [ "algorithms", "optimization", "stochastic", ] license = "MIT/Apache-2.0" repository = "https://github.com/jean-pierreBoth/multistochgrad" [profile.release] opt-level = 3 lto = true [lib] path = "src/lib.rs" test = true doc = true [dependencies.cpu-time] version = "1.0" [dependencies.env_logger] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" features = ["rayon"] [dependencies.num_cpus] version = "1.8.0" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rand_xoshiro] version = "0.6" [dependencies.rayon] version = "1.8" [dependencies.time] version = "0.3" [features]