# 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 = "learnwell" version = "0.2.1" description = "Framework for reinforcement learning" readme = "README.md" keywords = [ "reinforcement", "ai", "qlearning", "machinelearning", "learning", ] categories = [ "science", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/griccardos/learnwell/" [profile.release] debug = true [lib] name = "learnwell" [dependencies.fastrand] version = "1.9.0" [dependencies.fxhash] version = "0.2.1" [dependencies.runnt] version = "0.6.0" [dependencies.show-image] version = "0.13.1" [dependencies.strum] version = "0.24.1" features = ["strum_macros"] [dev-dependencies]