# 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" rust-version = "1.64.0" name = "yew-router" version = "0.18.0" authors = ["Hamza "] description = "A router implementation for the Yew framework" readme = "README.md" keywords = [ "web", "yew", "router", ] categories = [ "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yewstack/yew" [dependencies.gloo] version = "0.10" features = ["futures"] [dependencies.js-sys] version = "0.3" [dependencies.route-recognizer] version = "0.3" [dependencies.serde] version = "1" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tracing] version = "0.1.37" [dependencies.urlencoding] version = "2.1.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "Document", "HtmlBaseElement", "Window", ] [dependencies.yew] version = "0.21.0" default-features = false [dependencies.yew-router-macro] version = "0.18.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [dev-dependencies.web-sys] version = "0.3" features = ["HtmlHeadElement"] [dev-dependencies.yew] version = "0.21.0" features = ["csr"]