data-core 0.1.0

Core traits and types for quant data providers
[package]
name = "data-core"
description = "Core traits and types for quant data providers"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true

[lints]
workspace = true

[dependencies]
serde.workspace = true
chrono.workspace = true
polars.workspace = true
futures.workspace = true
thiserror.workspace = true
async-trait.workspace = true