# 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" name = "gloo-history" version = "0.2.2" authors = ["Rust and WebAssembly Working Group"] description = "Universal Session History" homepage = "https://github.com/rustwasm/gloo" readme = "README.md" categories = [ "api-bindings", "history", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rustwasm/gloo/tree/master/crates/history" [dependencies.gloo-events] version = "0.2.0" [dependencies.gloo-utils] version = "0.2.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.0" [dependencies.serde_urlencoded] version = "0.7" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.wasm-bindgen] version = "0.2.88" [dependencies.web-sys] version = "0.3" features = [ "History", "Window", "Location", "Url", ] [dev-dependencies.gloo-timers] version = "0.3.0" features = ["futures"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = ["query"] query = [ "thiserror", "serde_urlencoded", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.10" features = ["js"]