mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-08 04:13:59 -05:00
11 lines
318 B
TOML
11 lines
318 B
TOML
[package]
|
|
name = "futures-plex"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Port of tokio's `SimplexStream` and `DuplexStream` for the `futures` ecosystem."
|
|
|
|
[dependencies]
|
|
bytes = { version = "1" }
|
|
futures-io = { version = "0.3" }
|
|
futures-util = { version = "0.3", default-features = false, features = ["io"] }
|