prost-stream 0.1.3

prost stream
Documentation
[dependencies.prost]
version = "0.13.5"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["io-util"]
optional = true
version = "1.45.0"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.tokio]
features = ["full"]
version = "1.45.0"

[features]
async = ["dep:tokio"]
default = []

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

[package]
authors = ["hangj <guijie.han@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "prost stream"
documentation = "https://docs.rs/prost-stream/"
edition = "2021"
exclude = ["/.github/*", "/.gitattributes", "/appveyor.yml", "/Changelog.md", "/clippy.toml", "/codecov.yml"]
keywords = ["prost", "prost-stream", "async-prost"]
license = "MIT"
name = "prost-stream"
readme = "README.md"
repository = "https://github.com/hangj/prost-stream"
version = "0.1.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]