# 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.67.0" name = "yew-html-ext" version = "0.1.3" authors = ["Tim Kurdov "] description = "Handy syntactic extensions for Yew's HTML macros" documentation = "https://docs.rs/yew-html-ext/latest/yew_html_ext/" readme = "README.md" keywords = [ "web", "wasm", "frontend", "webassembly", "yew", ] categories = [ "gui", "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/schvv31n/yew-html-ext" [lib] proc-macro = true [dependencies.once_cell] version = "1" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", "visit-mut", ] [dev-dependencies.rustversion] version = "1" [dev-dependencies.trybuild] version = "1" [dev-dependencies.yew] version = "0.21.0"