[package]
edition = "2024"
name = "live-data"
version = "0.1.0"
authors = ["Peter G. Bower"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared descriptor, manifest, and subscription types for the live-feed publisher SDK and the live-stream consumer SDK."
homepage = "https://github.com/pbower/live-data"
documentation = "https://docs.rs/live-data"
readme = "README.md"
keywords = [
"streaming",
"arrow",
"live",
"data",
"pubsub",
]
categories = [
"data-structures",
"network-programming",
"encoding",
]
license = "MPL-2.0"
repository = "https://github.com/pbower/live-data"
[features]
default = []
[lib]
name = "live_data"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]