[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