data-connectors 0.1.1

Parent crate for the live-data ecosystem's connector library. Per-exchange source-spec crates for popular live data feeds.
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 = "data-connectors"
version = "0.1.1"
authors = ["Peter G. Bower"]
build = false
exclude = [
    "live-binance",
    "target",
    ".git",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parent crate for the live-data ecosystem's connector library. Per-exchange source-spec crates for popular live data feeds."
homepage = "https://github.com/pbower/data-connectors"
documentation = "https://docs.rs/data-connectors"
readme = "README.md"
keywords = [
    "streaming",
    "arrow",
    "live",
    "connector",
    "trading",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MPL-2.0"
repository = "https://github.com/pbower/data-connectors"

[features]
all = ["binance"]
binance = ["dep:live-binance"]
default = []

[lib]
name = "data_connectors"
path = "src/lib.rs"

[dependencies.live-binance]
version = "0.1.0"
optional = true