version = 4
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "data-connectors"
version = "0.1.1"
dependencies = [
"live-binance",
]
[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "live-binance"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1784b6dc5ae66a28aa4ac8d31703779b1523839557252021b63c72fa82ba4fd5"
dependencies = [
"minarrow",
]
[[package]]
name = "minarrow"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fefef9032f782049845b549c4aac57699546551e99da0fa6ffb46e2f61226b56"
dependencies = [
"libc",
"num-traits",
"vec64",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "vec64"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab11c17e084a1c1852fadc336d5388a85ce66aed2a37fc07345e8d587688b23e"