# 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 = "iced_winit" version = "0.13.0" authors = ["Héctor Ramón Jiménez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A runtime for iced on top of winit" homepage = "https://iced.rs" readme = "README.md" keywords = [ "gui", "ui", "graphics", "interface", "widgets", ] categories = ["gui"] license = "MIT" repository = "https://github.com/iced-rs/iced" [lib] name = "iced_winit" path = "src/lib.rs" [dependencies.iced_futures] version = "0.13.0" [dependencies.iced_graphics] version = "0.13.0" [dependencies.iced_runtime] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.rustc-hash] version = "2.0" [dependencies.sysinfo] version = "0.30" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.window_clipboard] version = "0.4.1" [dependencies.winit] version = "0.30" [features] debug = ["iced_runtime/debug"] default = [ "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", ] multi-window = ["iced_runtime/multi-window"] program = [] system = ["sysinfo"] wayland = ["winit/wayland"] wayland-csd-adwaita = ["winit/wayland-csd-adwaita"] wayland-dlopen = ["winit/wayland-dlopen"] x11 = ["winit/x11"] [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.69" features = [ "Document", "Window", "HtmlCanvasElement", ] [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3" [lints.clippy] default_trait_access = "deny" filter_map_next = "deny" from_over_into = "deny" manual_let_else = "deny" match-wildcard-for-single-variants = "deny" needless_borrow = "deny" new_without_default = "deny" redundant-closure-for-method-calls = "deny" semicolon_if_nothing_returned = "deny" trivially-copy-pass-by-ref = "deny" type-complexity = "allow" unused_async = "deny" useless_conversion = "deny" [lints.rust] missing_debug_implementations = "deny" missing_docs = "deny" unsafe_code = "deny" unused_results = "deny" [lints.rust.rust_2018_idioms] level = "forbid" priority = -1 [lints.rustdoc] broken_intra_doc_links = "forbid"