Files
orchid/unsync-pipe/Cargo.toml
Lawrence Bethlenfalvy 0b2b05d44e Orchid-base uses task-local context.
Everything else is broken at the moment.
2025-12-14 17:17:43 +01:00

19 lines
438 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]
futures = "0.3.31"
itertools = "0.14.0"
rand = "0.9.2"
rand_chacha = "0.9.0"
test_executors = "0.4.0"
[dependencies]
futures-io = "0.3.31"