lfa 0.4.1

Native rust implementations of linear function approximators.
Documentation
# 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]
name = "lfa"
version = "0.4.1"
authors = ["Tom Spooner <t.spooner@liverpool.ac.uk>"]
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.7"

[dependencies.ndarray]
version = "0.12"

[dependencies.rand]
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.spaces]
version = "2.2"
[dev-dependencies.seahash]
version = "3.0"
[badges.coveralls]
branch = "master"
repository = "tspooner/lfa"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "tspooner/lfa"