# 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 = "aper-websocket-client" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Synchronized state machines over WebSockets" readme = "README.md" license = "MIT" repository = "https://github.com/drifting-in-space/aper" [lib] name = "aper_websocket_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.62" [dependencies.aper] version = "0.5.0" [dependencies.aper-stateroom] version = "0.5.0" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.22" features = [ "serde", "wasmbind", ] [dependencies.js-sys] version = "0.3.59" [dependencies.serde] version = "1.0.143" [dependencies.serde_json] version = "1.0.74" [dependencies.tracing] version = "0.1.40" [dependencies.wasm-bindgen] version = "0.2.82" [dependencies.web-sys] version = "0.3.59" features = [ "BinaryType", "WebSocket", "MessageEvent", ]