[package] name = "yew-router-min-route-parser" version = "0.8.0" authors = ["Henry Zimmerman "] edition = "2018" license = "MIT/Apache-2.0" description = "The parser for the routing syntax used with yew-router" repository = "https://github.com/yewstack/yew_router" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "5.0.0" log = "0.4.8"