[package]
edition = "2024"
rust-version = "1.88"
name = "modurl_ale"
version = "0.1.0"
authors = ["Ethan Almloff"]
build = "build.rs"
include = [
"/src/**",
"/tests/**",
"/native/ale/CMakeLists.txt",
"/native/ale/cmake/**",
"/native/ale/ale_py/ale_c_wrapper.cpp",
"/native/ale/ale_py/ale_c_wrapper.h",
"/native/ale/src/**",
"/native/ale/License.txt",
"/native/ale/Copyright.txt",
"/build.rs",
"/Cargo.toml",
"/Cargo.lock",
"/README.md",
"/LICENSE",
"/THIRD_PARTY_LICENSES.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arcade Learning Environment environments for ModuRL"
homepage = "https://modurl.github.io/ModuRL/"
documentation = "https://docs.rs/modurl_ale"
readme = "README.md"
keywords = [
"reinforcement",
"atari",
"ale",
]
categories = [
"artificial-intelligence",
"science",
"simulation",
"emulators",
]
license = "GPL-2.0-only"
repository = "https://github.com/ModuRL/ModuRL"
[features]
default = []
rendering = ["dep:minifb"]
[lib]
name = "modurl_ale"
path = "src/lib.rs"
[[test]]
name = "rom_opt_in"
path = "tests/rom_opt_in.rs"
[dependencies.bon]
version = "3.7.2"
[dependencies.candle-core]
version = "0.11.0"
[dependencies.minifb]
version = "0.28.0"
optional = true
[dependencies.modurl]
version = "0.1.0"
[dependencies.thiserror]
version = "2.0.20"
[build-dependencies.cmake]
version = "0.1"