picomux 0.2.1

A protocol to multiplex multiple AsyncRead/Write streams over a single one, inspired by smux and http2
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 = "picomux"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A protocol to multiplex multiple AsyncRead/Write streams over a single one, inspired by smux and http2"
readme = false
license = "ISC"
repository = "https://github.com/geph-official/geph5"
resolver = "2"

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

[[example]]
name = "picomux-socks"
path = "examples/picomux-socks.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-channel]
version = "2.5.0"

[dependencies.async-event]
version = "0.2.1"

[dependencies.bytemuck]
version = "1.25.0"
features = [
    "derive",
    "min_const_generics",
]

[dependencies.bytes]
version = "1.11.1"

[dependencies.crossbeam-queue]
version = "0.3.12"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures-concurrency]
version = "7.7.1"

[dependencies.futures-intrusive]
version = "0.5.0"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.geph5-rt]
version = "0.3"

[dependencies.oneshot]
version = "0.1.13"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pin-project]
version = "1.1.11"

[dependencies.rand]
version = "0.9"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sillad]
version = "0.3"

[dependencies.tachyonix]
version = "0.3.1"

[dependencies.tap]
version = "1.0.1"

[dependencies.tokio]
version = "1.52"
features = [
    "io-util",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-test]
version = "0.2.6"

[dev-dependencies.argh]
version = "0.1"

[dev-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dev-dependencies.socksv5]
version = "0.3"
features = ["tokio"]

[dev-dependencies.tokio]
version = "1.52"
features = ["net"]

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