# 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 = "2018" name = "yew-router-nested" version = "0.16.1" authors = ["Henry Zimmerman ", "Sascha Grunert ", "Jens Reimann "] description = "A router implementation for the Yew framework" readme = "README.md" keywords = ["web", "yew", "router"] categories = ["gui", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/yewstack/yew" [dependencies.cfg-if] version = "1.0.0" [dependencies.cfg-match] version = "0.2" [dependencies.gloo] version = "0.4.0" optional = true [dependencies.js-sys] version = "0.3.35" optional = true [dependencies.log] version = "0.4.8" [dependencies.nom] version = "5.1.1" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.stdweb] version = "0.4.20" optional = true [dependencies.wasm-bindgen] version = "0.2.58" optional = true [dependencies.web-sys] version = "0.3" features = ["History", "HtmlLinkElement", "Location", "MouseEvent", "PopStateEvent", "Window"] optional = true [dependencies.yew] version = "0.19.0" optional = true default-features = false [dependencies.yew-agent] version = "0.1" [dependencies.yew-router-macro] version = "^0.16.0" package = "yew-router-nested-macro" [dependencies.yew-router-route-parser] version = "^0.16.0" package = "yew-router-nested-route-parser" [dev-dependencies.uuid] version = "0.8.1" [features] agent = ["service"] components = ["agent"] core = ["router", "components"] default = ["web_sys", "core", "unit_alias"] router = ["agent"] service = ["yew"] std_web = ["stdweb"] unit_alias = [] web_sys = ["gloo", "js-sys", "web-sys", "wasm-bindgen"] [target."cfg(all(target_arch = \"wasm32\", not(target_os=\"wasi\"), not(cargo_web)))".dependencies.wasm-bindgen] version = "0.2.58"