# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quicksilver-utils-async" version = "0.3.0" authors = ["John P Mayer Jr "] description = "Utilities for projects using https://github.com/ryanisaacg/quicksilver" readme = "Readme.md" license = "MIT/Apache-2.0" repository = "https://github.com/johnpmayer/quicksilver-utils" [package.metadata.docs.rs] all-features = true [lib] name = "quicksilver_utils_async" path = "src/lib.rs" [dependencies.futures-io] version = "0.3.1" [dependencies.futures-util] version = "0.3.1" features = ["alloc"] default-features = false [dependencies.js-sys] version = "0.3" optional = true package = "js-sys" [dependencies.log] version = "0.4" [dependencies.std_web] version = "0.4.20" features = ["futures-support"] optional = true package = "stdweb" [dependencies.surf] version = "1.0.3" [dependencies.url] version = "2.1.1" [dependencies.wasm-bindgen] version = "0.2.45" optional = true [dependencies.web_sys] version = "0.3" features = ["BinaryType", "MessageEvent", "WebSocket"] optional = true package = "web-sys" [features] default = [] stdweb = ["std_web"] web-sys = ["web_sys", "js-sys", "wasm-bindgen"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-std] version = "1.4.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-tls] version = "0.6.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.soketto] version = "0.3.2"