[package]
name = "live-data"
description = "Shared descriptor, manifest, and subscription types for the live-feed publisher SDK and the live-stream consumer SDK."
keywords = ["streaming", "arrow", "live", "data", "pubsub"]
categories = ["data-structures", "network-programming", "encoding"]
repository = "https://github.com/pbower/live-data"
homepage = "https://github.com/pbower/live-data"
documentation = "https://docs.rs/live-data"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[lib]
path = "src/lib.rs"
[dependencies]
serde = { workspace = true }
[features]
default = []