# 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 = "waaaa" version = "0.1.0" description = "WebAssembly, Automatically Abstracted Away" homepage = "https://github.com/Ekleog/waaaa" documentation = "https://docs.rs/waaaa" readme = "README.md" keywords = [ "async", "api", "web", "wasm", "webassembly", ] categories = [ "api-bindings", "asynchronous", "development-tools::ffi", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/waaaa" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.30" features = ["sink"] default-features = false [dependencies.web-time] version = "1.0" default-features = false [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.gloo-net] version = "0.5.0" features = ["websocket"] default-features = false [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.gloo-timers] version = "0.3.0" features = ["futures"] default-features = false [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen-futures] version = "0.4.41" default-features = false [target."cfg(not(all(target_arch = \"wasm32\", target_os = \"unknown\")))".dependencies.tokio] version = "1.36" features = [ "net", "rt", "time", ] default-features = false [target."cfg(not(all(target_arch = \"wasm32\", target_os = \"unknown\")))".dependencies.tokio-tungstenite] version = "0.21.0" features = [ "connect", "stream", ] default-features = false