chunk-streamer 0.6.0

Chunk Streamer library streams Autonomi data as a futures::stream
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 = "chunk-streamer"
version = "0.6.0"
authors = ["Paul Green"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chunk Streamer library streams Autonomi data as a futures::stream"
readme = "README.md"
keywords = ["autonomi"]
categories = ["network-programming"]
license = "GPL-3.0"
repository = "https://github.com/traktion/chunk-streamer"

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

[dependencies.ant-core]
version = "=0.2.4"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.11"

[dependencies.futures]
version = "0.3"

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

[dependencies.log]
version = "0.4"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.self_encryption]
version = "=0.35.0"

[dependencies.tokio]
version = "1"
features = ["full"]