jetstream-extra 0.1.0

Set of utilities and extensions for the JetStream NATS of the async-nats crate
Documentation
[dependencies.async-nats]
version = "0.44.1"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.nuid]
version = "0.5"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["macros", "rt", "fs", "io-util"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["macros", "rt", "fs", "io-util"]
version = "1"

[dev-dependencies.tokio-stream]
features = ["io-util"]
version = "0.1"

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

[package]
authors = ["Tomasz Pietrek <tomasz@synadia.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "api-bindings"]
description = "Set of utilities and extensions for the JetStream NATS of the async-nats crate"
documentation = "https://docs.rs/jetstream-extra"
edition = "2024"
homepage = "https://github.com/synadia-io/orbit.rs"
keywords = ["nats", "extra", "extensions", "api", "jetstream"]
license = "Apache-2.0"
name = "jetstream-extra"
readme = false
repository = "https://github.com/synadia-io/orbit.rs"
resolver = "2"
version = "0.1.0"

[[test]]
name = "batch_publish"
path = "tests/batch_publish.rs"

[[test]]
name = "batch_publish_all"
path = "tests/batch_publish_all.rs"

[[test]]
name = "batch_publish_errors"
path = "tests/batch_publish_errors.rs"