# 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 = "rsrl" version = "0.8.1" authors = ["Tom Spooner "] description = "A fast, extensible reinforcement learning framework in Rust" documentation = "https://docs.rs/rsrl" readme = "README.md" keywords = ["machine", "reinforcement", "learning", "rl", "ai"] license = "MIT" repository = "https://github.com/tspooner/rsrl" [dependencies.lfa] version = "0.15" [dependencies.ndarray] version = "0.13" [dependencies.ndarray-linalg] version = "0.12" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2" [dependencies.rsrl_derive] version = "0.1" [dependencies.rsrl_domains] version = "0.2" [dependencies.rstat] version = "0.6" [dependencies.serde_crate] version = "1.0" features = ["std", "derive"] optional = true default-features = false package = "serde" [dependencies.spaces] version = "5.0" [dependencies.special-fun] version = "0.2" [dev-dependencies.approx] version = "0.3" [dev-dependencies.blas-src] version = "0.4" features = ["openblas"] default-features = false [dev-dependencies.openblas-src] version = "0.7" features = ["cblas", "system"] default-features = false [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.serde_test] version = "1.0" [features] blas = ["ndarray/blas", "lfa/blas"] default = [] serde = ["serde_crate", "lfa/serde", "spaces/serialize", "ndarray/serde", "rstat/serde"] [badges.coveralls] branch = "master" repository = "tspooner/rsrl" service = "github" [badges.travis-ci] branch = "master" repository = "tspooner/rsrl"