# 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 = "rlgym_sim_rs" version = "0.8.0-alpha" exclude = [ "examples/lib.rs", "collision_meshes", ] autoexamples = false description = "Rust port of RLGym-sim" readme = "README.md" keywords = [ "rocket-league", "rlgym", "machine-learning", "gym", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/JeffA233/rlgym-sim-rs" [lib] name = "rlgym_sim_rs" crate-type = [ "cdylib", "rlib", ] [dependencies.memmap2] version = "0.9.4" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rocketsim_rs] version = "0.32.0" features = [ "bin", "serde_utils", ] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_arrays] version = "0.1.0" [dependencies.zip] version = "2.1.0"