jetstream-extra 0.2.1

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[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.time]
features = ["formatting", "parsing"]
version = "0.3"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

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

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

[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 = "README.md"
repository = "https://github.com/synadia-io/orbit.rs"
resolver = "2"
version = "0.2.1"

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

[[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"