flows-pubsub 0.0.6

Building blocks for flow-based publish/subscribe.
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 = "flows-pubsub"
version = "0.0.6"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Building blocks for flow-based publish/subscribe."
homepage = "https://flows.rs"
readme = "README.md"
keywords = [
    "fbp",
    "flow",
    "dataflow",
    "async",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/artob/flows.rs"
resolver = "2"

[package.metadata.readme]
title = "Flows.rs: Publish/Subscribe"

[features]
all = []
amqp = []
dds = ["dep:rustdds"]
default = [
    "all",
    "std",
]
kafka = ["dep:kafka-protocol"]
mqtt = []
nats = ["dep:async-nats"]
nsq = []
postgres = ["dep:tokio-postgres"]
redis = ["dep:redis"]
ros1 = []
ros2 = []
std = ["async-flow/std"]
stomp = ["dep:iridium-stomp"]
unstable = []
valkey = ["redis"]
zenoh = ["dep:zenoh"]
zeromq = []

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

[dependencies.async-flow]
version = "0.1.1"
features = ["tokio"]
default-features = false

[dependencies.async-nats]
version = "0.46"
optional = true
default-features = false

[dependencies.iridium-stomp]
version = "0.3"
optional = true
default-features = false

[dependencies.kafka-protocol]
version = "0.17"
optional = true
default-features = false

[dependencies.redis]
version = "0.32"
optional = true
default-features = false

[dependencies.rustdds]
version = "0.11"
optional = true
default-features = false

[dependencies.tokio-postgres]
version = "0.7"
optional = true
default-features = false

[dependencies.zenoh]
version = "1.7"
optional = true
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies]

[target.'cfg(target_family = "wasm")'.dependencies]