msg-socket 0.1.6

Sockets for msg-rs
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"
rust-version = "1.89"
name = "msg-socket"
version = "0.1.6"
authors = ["Chainbound Developers <dev@chainbound.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sockets for msg-rs"
homepage = "https://github.com/chainbound/msg-rs"
readme = false
license = "MIT"
repository = "https://github.com/chainbound/msg-rs"
resolver = "2"

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

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies.arc-swap]
version = "1.8.1"

[dependencies.bytes]
version = "1"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from",
    "into",
    "deref",
    "deref_mut",
    "deref",
]

[dependencies.futures]
version = "0.3"

[dependencies.msg-common]
version = "0.1.6"

[dependencies.msg-transport]
version = "0.1.6"

[dependencies.msg-wire]
version = "0.1.6"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "io-util",
    "macros",
    "fs",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.msg-transport]
version = "0.1.6"
features = [
    "quic",
    "tcp-tls",
]

[dev-dependencies.openssl]
version = "0.10"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.tracing-subscriber]
version = "0.3"