unsync-pipe 0.2.0

Ringbuffer-backed !Send !Sync binary safe repr(C) AsyncWrite/AsyncRead pair
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 = "unsync-pipe"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ringbuffer-backed !Send !Sync binary safe repr(C) AsyncWrite/AsyncRead pair"
homepage = "https://git.lbfalvy.com/Orchid/orchid"
readme = false
license = "MIT"
repository = "https://git.lbfalvy.com/Orchid/orchid"
resolver = "2"

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

[dependencies.futures]
version = "0.3.31"

[dev-dependencies.itertools]
version = "0.14.0"

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

[dev-dependencies.rand_chacha]
version = "0.9.0"

[dev-dependencies.test_executors]
version = "0.4.0"