# 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 = "xiron" version = "0.3.0" description = "A lightweight 2D robot simulator written in Rust." readme = "README.md" license = "MIT" [[bin]] name = "xiron_simulator" path = "src/bin/xiron_simulator.rs" [dependencies.egui-macroquad] version = "0.15.0" [dependencies.futures] version = "0.3.28" [dependencies.macroquad] version = "0.3.25" [dependencies.parry2d] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.rfd] version = "0.11.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_yaml] version = "0.9" [dependencies.zmq] version = "0.10.0"