# 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_ineffable" version = "0.6.0" authors = ["Jazarro"] build = false exclude = [ ".idea/**/*", ".github/**/*", "assets/**/*", "examples/**/*", "TODO.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple-to-use input manager for bevy that empowers players and makes accessibility easy." homepage = "https://github.com/Jazarro/bevy_ineffable" readme = "README.md" keywords = [ "bevy", "input", "gamedev", "keybindings", "accessibility", ] categories = [ "game-development", "config", "accessibility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Jazarro/bevy_ineffable" [profile.dev] opt-level = 3 [lib] name = "bevy_ineffable" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "serialize", ] default-features = false [dependencies.bevy_ineffable_macros] version = "=0.6.0" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.bevy] version = "0.14.0" features = [] default-features = true