unb-client 2.0.3

unb outbound client: WebSocket + in-process dialing (native) over the sans-IO core; wasm-safe
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 = "2021"
name = "unb-client"
version = "2.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "unb outbound client: WebSocket + in-process dialing (native) over the sans-IO core; wasm-safe"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Midwess/unb"

[features]
unix = ["unb-transport/unix"]
webtransport = ["unb-transport/webtransport"]
wss = ["unb-transport/wss"]

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

[[test]]
name = "browser_wt"
path = "tests/browser_wt.rs"

[dependencies.n0-future]
version = "0.2.0"

[dependencies.unb-core]
version = "2.0.3"

[dependencies.unb-runtime]
version = "2.0.3"

[dependencies.unb-transport]
version = "2.0.3"
features = ["ws"]
default-features = false

[dependencies.web-time]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.bytes]
version = "1"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.http]
version = "1"

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

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.serde_json]
version = "1"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.tokio]
version = "1.52.3"
features = ["sync"]

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

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "macros",
    "sync",
    "time",
]