codas-flow 0.6.0

Low-latency, high-throughput bounded queues ("data flows") for (a)synchronous and event-driven systems.
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 = "2021"
name = "codas-flow"
version = "0.6.0"
authors = ["With Caer, LLC <with@caer.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = 'Low-latency, high-throughput bounded queues ("data flows") for (a)synchronous and event-driven systems.'
homepage = "https://www.codas.dev"
readme = "README.md"
keywords = [
    "codas",
    "lock-free",
    "ring-buffer",
    "event-driven",
    "actor",
]
categories = [
    "concurrency",
    "network-programming",
    "no-std",
]
license = "MIT"
repository = "https://github.com/withcaer/codas"

[package.metadata.release]
release = true

[package.metadata.docs.rs]
all-features = true

[features]
default = []

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

[[bench]]
name = "channels"
path = "benches/channels.rs"
harness = false

[dependencies.codas]
version = "0.6.0"

[dependencies.portable-atomic]
version = "1.3"
features = ["require-cas"]
default-features = false

[dependencies.portable-atomic-util]
version = "0.2.4"
features = ["alloc"]
default-features = false

[dependencies.snafu]
version = "0.8.2"
default-features = false

[dev-dependencies.criterion]
version = "0.5.1"
features = [
    "async_tokio",
    "html_reports",
]

[dev-dependencies.tokio]
version = "1.45.0"
features = ["full"]