# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cascading-wasm-language" version = "0.0.2" authors = ["us"] description = "Compiled web language based on CSS syntax" license = "MIT" repository = "https://github.com/thisminute/cascading-wasm-language" [lib] proc-macro = true [dependencies.html-minifier] version = "3.0" [dependencies.proc-macro2] version = "1.0" features = ["nightly"] [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["extra-traits", "full", "parsing", "printing", "visit-mut"] [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3.0" [dev-dependencies.web-sys] version = "0.3" features = ["console", "CssStyleDeclaration", "CssStyleSheet", "Document", "Element", "Event", "EventListener", "EventTarget", "HtmlCollection", "HtmlElement", "HtmlHeadElement", "Location", "Node", "NodeList", "Window"]