# 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 = "pikav-web" version = "0.20.14" publish = true description = "A client that help you publish to pikav server" homepage = "https://pikav.timada.co" documentation = "https://docs.rs/pikav-client" license = "Apache-2.0" repository = "https://github.com/timayz/pikav" [dependencies.anyhow] version = "1.0.80" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.30" [dependencies.gloo-net] version = "0.5.0" [dependencies.leptos] version = "0.6.6" features = ["serde"] optional = true [dependencies.log] version = "0.4.20" optional = true [dependencies.pikav] version = "0.20.14" features = ["event"] [dependencies.serde_json] version = "1.0.114" [dependencies.wasm-bindgen-futures] version = "0.4.41" optional = true [features] default = [] hydrate = [ "dep:wasm-bindgen-futures", "dep:log", ] leptos = ["dep:leptos"] leptos-hydrate = [ "dep:leptos", "hydrate", ]