libsync 0.3.0

A channels library
# 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 = "libsync"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A channels library"
homepage = "https://coruscateor.com/projects/libsync"
readme = "README.md"
keywords = [
    "crossbeam_queue",
    "scc",
    "tokio",
    "async",
    "channel",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coruscateor/libsync"

[package.metadata.docs.rs]
features = [
    "crossbeam",
    "crossbeam-queue",
    "tokio",
    "scc",
    "std",
    "use_parking_lot_sync",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
std = []
use_parking_lot_fair_sync = ["dep:parking_lot"]
use_parking_lot_sync = ["dep:parking_lot"]
use_std_sync = []

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

[dependencies.accessorise]
version = "0.2.0"

[dependencies.crossbeam]
version = "0.8.4"
optional = true

[dependencies.crossbeam-queue]
version = "0.3.12"
optional = true

[dependencies.delegate]
version = "0.13.5"

[dependencies.futures]
version = "0.3.31"

[dependencies.inc_dec]
version = "0.1.0"

[dependencies.parking_lot]
version = "0.12.5"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.scc]
version = "3.6.2"
optional = true

[dependencies.tokio]
version = "1.49.0"
features = [
    "sync",
    "time",
    "rt",
    "macros",
    "rt-multi-thread",
]
optional = true