# 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 = "lfa" version = "0.15.0" authors = ["Tom Spooner "] description = "Native rust implementations of linear function approximators." documentation = "https://docs.rs/lfa" readme = "README.md" keywords = ["function", "approximation", "linear", "ai", "rl"] license = "MIT" repository = "https://github.com/tspooner/lfa" [dependencies.itertools] version = "0.9" [dependencies.ndarray] version = "0.13" [dependencies.serde_crate] version = "1.0" features = ["std", "derive"] optional = true default-features = false package = "serde" [dependencies.spaces] version = "5.0" [dev-dependencies.blas-src] version = "0.2.0" features = ["openblas"] default-features = false [dev-dependencies.openblas-src] version = "0.6.0" features = ["cblas", "system"] default-features = false [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_distr] version = "0.2" [dev-dependencies.seahash] version = "4.0" [features] blas = ["ndarray/blas"] default = [] serde = ["serde_crate", "spaces/serialize", "ndarray/serde-1"] [badges.coveralls] branch = "master" repository = "tspooner/lfa" service = "github" [badges.travis-ci] branch = "master" repository = "tspooner/lfa"