# 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-learn-backend" version = "0.1.1" build = false exclude = [ "rlgym_learn", "rlgym_learn_backend", "multi_agent_controller_test.py", "quick_start_guide.py", "requirements.txt", "setup.py", "speed_test.py", "wandb_test.py", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Backend for the more expensive parts of the rlgym-learn python module" readme = "README.md" license = "Apache-2.0" [profile.test] inherits = "release" [lib] name = "rlgym_learn_backend" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bytemuck] version = "1.17.0" [dependencies.byteorder] version = "1.5.0" [dependencies.dyn-clone] version = "1.0.17" [dependencies.fastrand] version = "2.2.0" [dependencies.itertools] version = "0.13.0" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.numpy] version = "0.23.0" [dependencies.paste] version = "1.0.15" [dependencies.pyo3] version = "0.23.0" features = [ "extension-module", "py-clone", ] [dependencies.raw_sync] version = "0.1.5" [dependencies.shared_memory] version = "0.12.4" [dependencies.which] version = "6.0.3" [dev-dependencies.which] version = "6.0.3"