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