live-stream 0.1.0

Consumer SDK for browsing and subscribing to live data feeds. Publishers use the live-feed crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"