Files
orchid/unsync-pipe/Cargo.toml

18 lines
416 B
TOML

[package]
name = "unsync-pipe"
description = "Ringbuffer-backed !Send !Sync binary safe repr(C) AsyncWrite/AsyncRead pair"
version = "0.2.0"
edition = "2024"
license = "MIT"
repository = "https://git.lbfalvy.com/Orchid/orchid"
homepage = "https://git.lbfalvy.com/Orchid/orchid"
[dev-dependencies]
itertools = "0.14.0"
rand = "0.9.2"
rand_chacha = "0.9.0"
test_executors = "0.4.0"
[dependencies]
futures = "0.3.31"