# 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 = "wasm-cache" version = "0.2.1" authors = ["Patrick Elsen "] description = "Request cache for Rust browser WASM applications" license = "MIT" repository = "https://github.com/xfbs/wasm-cache" [dependencies.async-trait] version = "0.1.72" [dependencies.futures] version = "0.3.28" optional = true [dependencies.gloo-net] version = "0.4.0" optional = true [dependencies.log] version = "0.4.19" [dependencies.prokio] version = "0.1.0" optional = true [dependencies.serde] version = "1.0.183" optional = true [dependencies.serde_json] version = "1.0.105" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.37" optional = true [dependencies.yew] version = "0.20.0" optional = true [features] websocket = [ "dep:gloo-net", "dep:wasm-bindgen-futures", "dep:futures", "dep:serde", "dep:serde_json", ] yew = [ "dep:yew", "dep:prokio", "dep:wasm-bindgen-futures", ]