# 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.70" name = "yew-nested-router" version = "0.7.2" authors = ["Jens Reimann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A router for Yew which supports nesting" readme = "README.md" keywords = [ "yew", "router", "nested", "web", "html", ] categories = [ "wasm", "web-programming", "gui", ] license = "Apache-2.0" repository = "https://github.com/ctron/yew-nested-router" [lib] name = "yew_nested_router" path = "src/lib.rs" [[test]] name = "example1" path = "tests/example1.rs" [[test]] name = "example2" path = "tests/example2.rs" [dependencies.gloo-events] version = "0.2" [dependencies.gloo-utils] version = "0.2" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.urlencoding] version = "2" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "HtmlBaseElement", "Navigator", ] [dependencies.yew] version = "0.21" [dependencies.yew-nested-router-macros] version = "0.7.2"