# 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.75.0" name = "dioxus-web-component" version = "0.3.3" authors = ["ilaborie@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Expose a Dioxus component as a Web Component" documentation = "https://docs.rs/dioxus-web-component" readme = "README.md" keywords = [ "dioxus", "web-component", "wasm", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ilaborie/dioxus-web-component" [lib] name = "dioxus_web_component" path = "src/lib.rs" [dependencies.dioxus] version = "0.5.1" features = ["web"] [dependencies.dioxus-web-component-macro] version = "0.3.3" optional = true [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dependencies.web-sys] version = "0.3.68" features = [ "Document", "Element", "HtmlElement", "Node", "Window", "CustomEvent", "ShadowRoot", ] [features] default = ["macros"] macros = ["dep:dioxus-web-component-macro"] [lints.clippy] dbg_macro = "warn" expect_used = "warn" if_then_some_else_none = "warn" indexing_slicing = "warn" large_include_file = "warn" min_ident_chars = "warn" module_name_repetitions = "allow" print_stderr = "warn" print_stdout = "warn" rc_buffer = "warn" rc_mutex = "warn" undocumented_unsafe_blocks = "deny" unnecessary_safety_doc = "warn" unwrap_used = "warn" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "deny"