# 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 = "sycamore-macro" version = "0.9.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "proc-macro crate for Sycamore" homepage = "https://github.com/sycamore-rs/sycamore" readme = "README.md" keywords = [ "wasm", "gui", "reactive", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/sycamore-rs/sycamore" [lib] name = "sycamore_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "ui" path = "tests/ui.rs" [dependencies.once_cell] version = "1.16.0" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.rand] version = "0.8.5" [dependencies.sycamore-view-parser] version = "0.9.1" [dependencies.syn] version = "2.0.10" features = [ "extra-traits", "full", ] [dev-dependencies.trybuild] version = "1.0.71" [features] default = []