# 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 = "2018" name = "linfa-ftrl" version = "0.7.0" authors = ["Liudmyla Kyrashchuk "] description = "A Machine Learning framework for Rust" readme = "README.md" keywords = [ "machine-learning", "linfa", "ai", "ml", "ftrl", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-ml/linfa" [[bench]] name = "ftrl" harness = false [dependencies.argmin] version = "0.8.1" default-features = false [dependencies.argmin-math] version = "0.3" features = ["ndarray_v0_15-nolinalg"] [dependencies.linfa] version = "0.7.0" [dependencies.ndarray] version = "0.15.4" features = ["serde"] [dependencies.ndarray-rand] version = "0.14.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.serde_crate] version = "1.0" features = ["derive"] optional = true package = "serde" [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "0.4" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.linfa] version = "0.7.0" features = ["benchmarks"] [dev-dependencies.linfa-datasets] version = "0.7.0" features = ["winequality"] [features] serde = [ "serde_crate", "linfa/serde", "ndarray/serde", "argmin/serde1", ]