# 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" rust-version = "1.70.0" name = "bevy_mod_chroma" version = "0.5.0" description = "A plugin for the Bevy game engine to allow control of Razer Chroma devices" readme = "README.md" keywords = [ "game", "gamedev", "bevy", "razer", "chroma", ] categories = [ "games", "api-bindings", ] license = "MIT" repository = "https://github.com/datael/bevy_mod_chroma" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.bevy_mod_chroma_api] version = "0.5.0" [dependencies.bevy_mod_chroma_request_lib] version = "0.5.0" [dev-dependencies.bevy] version = "^0.11" features = ["bevy_render"] default-features = false [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.bevy] version = "^0.11" features = ["dynamic_linking"] default-features = false [target."cfg(target_family = \"wasm\")".dev-dependencies.bevy] version = "^0.11" features = ["webgl2"] default-features = false