[package]
edition = "2024"
name = "live-stream"
version = "0.1.0"
authors = ["Peter G. Bower"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Consumer SDK for browsing and subscribing to live data feeds. Publishers use the live-feed crate."
homepage = "https://github.com/pbower/live-stream"
documentation = "https://docs.rs/live-stream"
readme = "README.md"
keywords = [
"streaming",
"arrow",
"live",
"subscriber",
"pubsub",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MPL-2.0"
repository = "https://github.com/pbower/live-stream"
[features]
default = []
[lib]
name = "live_stream"
path = "src/lib.rs"
[dependencies.live-data]
version = "0.1.0"
[dependencies.serde_json]
version = "1"