# 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] name = "cascading-ui" version = "0.0.1" authors = ["us"] include = [ "/src", "/Cargo.toml", ] description = "Web language based on CSS syntax that compiles to HTML/JS/Wasm" readme = "README.md" license = "MIT" repository = "https://github.com/thisminute/cascading-ui" [lib] proc-macro = true [dependencies.log] version = "^0.4.17" [dependencies.phf] version = "^0.11.1" features = ["macros"] [dependencies.proc-macro2] version = "^1.0.47" [dependencies.quote] version = "^1.0.21" [dependencies.simple_logger] version = "^4.0.0" [dependencies.syn] version = "^1.0.103" features = [ "extra-traits", "full", "parsing", "printing", "visit-mut", ] [dev-dependencies.wasm-bindgen] version = "^0.2.83" [dev-dependencies.wasm-bindgen-test] version = "^0.3.33" [dev-dependencies.web-sys] version = "^0.3.60" features = [ "console", "CssStyleDeclaration", "CssStyleSheet", "Document", "Element", "Event", "EventListener", "EventTarget", "HtmlCollection", "HtmlElement", "HtmlHeadElement", "Location", "Node", "NodeList", "Window", ]