# 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 = "chip_lox" version = "0.2.0" description = """ (placeholder) mystery, challenges, games, an ide 👁️‍🗨️ """ readme = "README.md" license = "MIT OR Apache-2.0" resolver = "2" [profile.release] debug = true [dependencies.bevy] version = "0.6.0" features = ["dynamic"] [dependencies.bevy_prototype_lyon] version = "0.4.0" [dependencies.fraction] version = "0.10.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-rational] version = "0.4.0" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.4" [dependencies.rug] version = "1.15.0" [features]