# 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 = "lle" version = "1.3.2" build = "build.rs" exclude = [ "python/*", "uv.lock", "stubcheck.sh", "pyproject.toml", "docs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cooperative MARL environment based on laser-blocking." homepage = "https://github.com/yamoling/lle" readme = "readme.md" keywords = [ "marl", "rl", "lle", "laser", "environment", ] categories = ["science"] license-file = "licence" repository = "https://github.com/yamoling/lle" [lib] name = "lle" path = "src/lib.rs" [[test]] name = "world_integration_tests" path = "tests/world_integration_tests.rs" [dependencies.image] version = "0.25.2" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.numpy] version = "0.21" [dependencies.pyo3] version = "0.21" [build-dependencies.toml] version = "0.8.19"