fluvio-dataplane-protocol 0.7.5

data plane protocol
Documentation
[package]
name = "fluvio-dataplane-protocol"
version = "0.7.5"
edition = "2018"
authors = ["Fluvio Contributors <team@fluvio.io>"]
description = "data plane protocol"
repository = "https://github.com/infinyon/fluvio"
license = "Apache-2.0"
categories = ["encoding", "api-bindings"]

[features]
file = ["fluvio-protocol/store"]
fixture = ["derive_builder"]

[dependencies]
tracing = "0.1.19"
cfg-if = "1.0.0"
bytes = "1.0.0"
futures-util = { version = "0.3.4" }
content_inspector = "0.2.4"
crc32c = { version = "0.6" }
semver = "1.0.0"
once_cell = "1.5.2"
derive_builder = { version = "0.10.0", optional = true }
eyre = { version = "0.6", default-features = false }
thiserror = "1"

# Fluvio dependencies
fluvio-future = { version = "0.3.1" }
fluvio-protocol = { path = "../fluvio-protocol", version = "0.6", features = [
    "derive",
    "api",
] }
flv-util = { version = "0.5.0" }

[dev-dependencies]
fluvio-socket = { path = "../fluvio-socket", version = "0.10.0" }
fluvio-future = { version = "0.3.1", features = ["fixture", "fs"] }
flv-util = { version = "0.5.2", features = ["fixture"] }