# 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 = "atari-env" version = "0.1.1" authors = ["elbaro "] description = "Atari Environment for Reinforcement Learning" keywords = ["learning", "rl", "ml", "gym", "atari"] categories = ["science", "simulation", "api-bindings", "emulators"] license = "GPL-2.0-or-later" repository = "https://github.com/elbaro/gym-rs" [dependencies.anyhow] version = "1.0.40" [dependencies.atari-env-sys] version = "0.1.0" [dependencies.c_str_macro] version = "1.0.2" [dependencies.gym-core] version = "0.1.0" [dependencies.image] version = "0.23.14" [dependencies.minifb] version = "0.19.2" [dependencies.ndarray] version = "0.15.1" features = ["rayon"] [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.pixels] version = "0.2.0" [dependencies.strum] version = "0.20.0" features = ["derive"] [dependencies.viuer] version = "0.4.0" [dependencies.wgpu] version = "0.7.0" [dependencies.winit] version = "0.24.0" [dependencies.winit_input_helper] version = "0.9.0" [dev-dependencies.dirs] version = "3.0.1" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tch] version = "0.4.0" [features] default = [] sdl = ["atari-env-sys/sdl"]