# 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" rust-version = "1.74.0" name = "ng-client-ws" version = "0.1.0-preview.1" authors = ["Niko PLP "] description = "Websocket client library of NextGraph, a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs" homepage = "https://nextgraph.org" documentation = "https://docs.nextgraph.org/" readme = "README.md" keywords = [ "crdt", "e2ee", "local-first", "p2p", "web3", ] license = "MIT/Apache-2.0" repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs" resolver = "1" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.async-trait] version = "0.1.64" [dependencies.either] version = "1.8.1" [dependencies.futures] version = "0.3.24" [dependencies.ng-net] version = "0.1.0-preview.1" [dependencies.ng-repo] version = "0.1.0-preview.1" [dependencies.serde_bare] version = "0.5.0" [dev-dependencies.wasm-bindgen-test] version = "^0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.getrandom] version = "0.2.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ng-async-tungstenite] version = "0.22.2" features = ["async-std-runtime"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.7" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.pharos] version = "0.5" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.ws_stream_wasm] version = "0.7"