# 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-macro" version = "0.3.3" authors = ["ilaborie@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dioxus-web-component proc macro" documentation = "https://docs.rs/dioxus-web-component-macro" 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_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "annotation_style" path = "tests/annotation_style.rs" [[test]] name = "trybuild_tests" path = "tests/trybuild_tests.rs" [dependencies.darling] version = "0.20.0" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.74" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.46" [dev-dependencies.assert2] version = "0.3.14" [dev-dependencies.dioxus] version = "0.5.1" features = ["web"] [dev-dependencies.rstest] version = "0.23.0" default-features = false [dev-dependencies.serde] version = "1.0.194" [dev-dependencies.trybuild] version = "1.0.93" features = ["diff"] [dev-dependencies.wasm-bindgen] version = "0.2.92" [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"