# 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" name = "fracter" version = "0.1.0" authors = ["Acheul "] exclude = [ "/ex-sycamore", "/docs", ] description = "Fragment hash based router, for Sycamore" readme = "readme.md" keywords = ["fragment-hash"] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/acheul/fracter" [dependencies.gloo-utils] version = "0.2.0" [dependencies.seoul] version = "0.1.0" [dependencies.sycamore] version = "0.9.0-beta.2" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = [ "Location", "PopStateEvent", ]