autosocket 4.4.8

Transport adapters shared by rship and myko clients
Documentation
# 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 = "2024"
name = "autosocket"
version = "4.4.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport adapters shared by rship and myko clients"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/ignition-is-go/rship"
resolver = "2"

[package.metadata.flux]
tasks = [
    "check",
    "build",
    "test",
    "lint",
    "publish",
]

[lib]
name = "autosocket"
path = "src/lib.rs"

[dependencies.flume]
version = "0.11"

[dependencies.hyphae]
version = "^0.5.1"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.ts-rs]
version = "11.1"
features = ["serde-json-impl"]

[dependencies.url]
version = "2.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dashmap]
version = "6.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tungstenite]
version = "0.29"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.send_wrapper]
version = "0.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "WebSocket",
    "MessageEvent",
    "ErrorEvent",
    "CloseEvent",
    "BinaryType",
    "Window",
    "console",
]