# 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_tray_icon" version = "0.1.1" authors = ["elm"] description = "Allows the use of tray-icon to manipulate the system tray." readme = "README.md" keywords = [ "game", "gamedev", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/not-elm/bevy_tray_icon" [dependencies.bevy] version = "0.13.2" features = [ "bevy_asset", "bevy_render", ] default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.tray-icon] version = "0.14.0" [dev-dependencies.bevy] version = "0.13.2" [lints.clippy] doc_markdown = "warn" manual_let_else = "warn" match_same_arms = "warn" redundant_else = "warn" semicolon_if_nothing_returned = "warn" type_complexity = "allow" undocumented_unsafe_blocks = "warn" [lints.rust] missing_docs = "warn"