# 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.76.0" name = "bevy_ui_forms" version = "0.2.1" authors = ["xenira "] description = "A bevy plugin for creating forms." homepage = "https://github.com/xenira/bevy_ui_forms" documentation = "https://docs.rs/bevy_ui_forms" readme = "README.adoc" keywords = [ "bevy", "gamedev", "ui", "forms", "input", ] categories = ["game-development"] license = "MPL-2.0" repository = "https://github.com/xenira/bevy_ui_forms" [dependencies.bevy] version = "0.13" features = [ "bevy_ui", "bevy_asset", "bevy_text", ] default-features = false [dependencies.bevy_ui_forms_form_proc] version = "0.2.1" optional = true [dev-dependencies.bevy] version = "0.13" default-features = true [features] clipboard = [ "arboard", "web-sys", "wasm-bindgen-futures", "async-channel", ] default = [ "derive", "clipboard", ] derive = ["bevy_ui_forms_form_proc"] [target."cfg(not(target_family = \"wasm\"))".dependencies.arboard] version = "3.4.0" optional = true [target.wasm32-unknown-unknown.dependencies.async-channel] version = "2.2.1" optional = true [target.wasm32-unknown-unknown.dependencies.wasm-bindgen-futures] version = "0.4.41" optional = true [target.wasm32-unknown-unknown.dependencies.web-sys] version = "0.3.68" features = [ "Clipboard", "Window", "Navigator", "Permissions", ] optional = true [lints.clippy] type_complexity = "allow" [lints.rust] missing_docs = "warn"