selectables 0.1.2

Lock-free channels with a unified select! macro for recv and send arms
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 = "selectables"
version = "0.1.2"
authors = ["Srikanth Anantharam <sria91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lock-free channels with a unified select! macro for recv and send arms"
documentation = "https://docs.rs/selectables"
readme = "README.md"
keywords = [
    "channels",
    "select",
    "concurrency",
    "lock-free",
    "broadcast",
]
categories = [
    "algorithms",
    "concurrency",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sria91/selectables"

[features]
debug-logs = ["log"]
default = []

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.arc-swap]
version = "1"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.log]
version = "0.4"
optional = true

[dev-dependencies.minimal_logger]
version = "0.1"