# 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] edition = "2018" name = "ruukh" version = "0.0.3" authors = ["Sharad Chand "] description = "An experimental next-gen frontend framework for the Web in Rust." documentation = "https://docs.rs/ruukh-codegen" readme = "./README.md" keywords = ["wasm", "frontend", "framework", "web"] categories = ["wasm", "web-programming"] license = "MIT" repository = "https://www.github.com/csharad/ruukh" [dependencies.fnv] version = "1.0.6" [dependencies.indexmap] version = "1.0.1" [dependencies.ruukh-codegen] version = "0.0.3" [dependencies.wasm-bindgen] version = "0.2.21" [dependencies.web-sys] version = "0.3.0" features = ["Node", "Element", "Comment", "Text", "Window", "Document", "MessagePort", "MessageChannel", "Event", "EventTarget"] [dev-dependencies.wasm-bindgen-test] version = "0.2.21"