# 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] name = "websocket-client" version = "0.2.1" authors = ["Nathan Stoddard"] description = "A websocket client library which supports both desktop and webassembly" readme = "README.md" keywords = ["websocket"] categories = ["wasm", "web-programming::websocket"] license = "MIT" repository = "https://github.com/nstoddard/websocket-client" [lib] name = "websocket_client" doc = true [dependencies.simple-error] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.websocket] version = "0.20" features = ["sync", "sync-ssl"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.stdweb] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.69"