p2panda-stream 0.5.2

Stream-based methods to conveniently handle p2panda operations
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 = "p2panda-stream"
version = "0.5.2"
authors = [
    "adz <x12@adz.garden>",
    "sandreae <contact@samandreae.com>",
    "glyph <glyph@mycelial.technology>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stream-based methods to conveniently handle p2panda operations"
readme = "README.md"
keywords = [
    "stream",
    "async",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/p2panda/p2panda"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.ciborium]
version = "0.2.2"

[dependencies.futures-channel]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"
features = ["sink"]

[dependencies.p2panda-core]
version = "0.5.2"
features = ["prune"]

[dependencies.p2panda-store]
version = "0.5.2"

[dependencies.pin-project]
version = "1.1.10"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.async-stream]
version = "0.3.6"

[dev-dependencies.p2panda-store]
version = "0.5.2"
features = [
    "sqlite",
    "test_utils",
]

[dev-dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.44.2"
features = [
    "rt",
    "macros",
]

[dev-dependencies.tokio-stream]
version = "0.1.17"

[lints.rust]