# 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 = "bevy_cleancut" version = "0.2.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Random utility stuff for bevy for my personal use. You're welcome to use it, too, if you like." homepage = "https://github.com/CleanCut/bevy_cleancut" readme = "README.md" keywords = [ "game", "cleancut", "graphics", "plugin", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/CleanCut/bevy_cleancut" [lib] name = "bevy_cleancut" path = "src/lib.rs" [dependencies.bevy] version = "0.14.1" [dependencies.bevy_particle_systems] version = "0.13.0" [dependencies.bevy_rapier2d] version = "0.27.0" [dependencies.leafwing-input-manager] version = "0.15.0" [dependencies.rand] version = "0.8.5"