# 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" name = "yo-html" version = "0.1.0" authors = ["Cecile Tonglet "] autoexamples = false description = "JSX-like macro similar to what you can find in React or Yew but without framework nor trait." homepage = "https://github.com/cecton/yo-html" documentation = "https://docs.rs/yo-html" readme = "README.md" keywords = [ "html", "jsx", "react", "proc-macro", "frameworkless", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/cecton/yo-html" [lib] proc-macro = true [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "groceries" path = "examples/groceries.rs" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [dev-dependencies.implicit-clone] version = "0.4.9" [dev-dependencies.rustversion] version = "1" [dev-dependencies.trybuild] version = "1" [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.web-sys] version = "0.3" features = [ "Element", "Document", "Window", "HtmlElement", "Text", "DocumentFragment", "Event", "HtmlInputElement", ] [dev-dependencies.xtask-wasm] version = "0.2" features = ["run-example"]