[package] name = "coliseum" version = "0.1.0" description = "High performance implementation of OpenAI's Gym for reinforcement learning." authors = ["nconnor "] edition = "2018" repository = "https://github.com/nkconnor/coliseum" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.2" ndarray = "0.13.0" ndarray-rand = "0.11.0"