[package] name = "lle" version = "1.3.2" edition = "2021" readme = "readme.md" license-file = "licence" repository = "https://github.com/yamoling/lle" homepage = "https://github.com/yamoling/lle" description = "Cooperative MARL environment based on laser-blocking." keywords = ["marl", "rl", "lle", "laser", "environment"] categories = ["science"] exclude = ["python/*", "uv.lock", "stubcheck.sh", "pyproject.toml", "docs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "lle" # Enabling crate-type=["cdylib"] (default in maturin) prevents integration tests from importing lle # crate-type = ["cdylib"] [dependencies] image = "0.25.2" itertools = "0.13.0" lazy_static = "1.5.0" numpy = "0.21" pyo3 = "0.21" [build-dependencies] toml = "0.8.19"