# 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 = "reilly" version = "0.0.1" authors = ["Alessio Zanga "] description = "A REInforcement Learning LibrarY." homepage = "https://github.com/AlessioZanga/reilly" documentation = "https://docs.rs/reilly" readme = "README.md" keywords = [ "ai", "reinforcement", "learning", ] categories = [ "algorithms", "mathematics", "science", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/AlessioZanga/reilly" resolver = "2" [profile.coverage] inherits = "dev" [dependencies.indicatif] version = "^0.16" [dependencies.num] version = "^0.4" [dependencies.polars] version = "^0.21" features = ["dtype-slim"] [dependencies.rand] version = "^0.8" [dependencies.rand_distr] version = "^0.4" [dev-dependencies.approx] version = "^0.5" [dev-dependencies.rand_xoshiro] version = "^0.6"