bcp-decoder 0.1.0

Streaming decoder for the Bit Context Protocol binary format
Documentation
[package]
name = "bcp-decoder"
version = "0.1.0"
edition = "2024"
description = "Streaming decoder for the Bit Context Protocol binary format"
license = "MIT"
repository = "https://github.com/mega-blastoise/bit-context-protocol"
homepage = "https://bitcontextprotocol.com"
keywords = ["bcp", "context", "decoder", "binary", "streaming"]
categories = ["encoding", "compression"]

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

[dependencies]
bcp-wire = { path = "../bcp-wire", version = "0.1.0" }
bcp-types = { path = "../bcp-types", version = "0.1.0" }
thiserror = { workspace = true }
tokio = { workspace = true, optional = true }
zstd = { workspace = true }