# 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 = "rust_wasm_dodrio_router" version = "0.5.2" authors = ["Luciano Bestia "] include = ["Cargo.toml", "LICENSE", "README.md", "src/*"] publish = true description = "wasm router for local hash routes for dodrio vdom" readme = "README.md" keywords = ["wasm", "router", "hash"] categories = ["wasm", "web-programming"] license = "MIT" repository = "https://github.com/LucianoBestia/rust_wasm_dodrio_router" [dependencies.dodrio] version = "0.2.0" [dependencies.getrandom] version = "0.2.1" features = ["js"] [dependencies.js-sys] version = "0.3" [dependencies.rand] version = "0.8.2" features = ["small_rng"] [dependencies.rust_wasm_websys_utils] version = "0.4.3" [dependencies.serde] version = "1.0.107" [dependencies.serde_json] version = "1.0" [dependencies.unwrap] version = "1.2.1" [dependencies.wasm-bindgen] version = "0.2.69" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.19" [dependencies.web-sys] version = "0.3.46" features = ["console", "Document", "Element", "ErrorEvent", "Event", "EventListener", "EventTarget", "History", "HtmlAudioElement", "HtmlElement", "HtmlImageElement", "HtmlInputElement", "HtmlMediaElement", "KeyboardEvent", "Location", "MouseEvent", "Navigator", "Node", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Storage", "Window"] [dev-dependencies.wasm-bindgen-test] version = "0.3.19"