yuzu-data 0.5.1

Native I/O layer: reads CSV, gzip CSV, and Parquet price and fundamental files into yuzu-core panels.
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 = "2021"
rust-version = "1.86"
name = "yuzu-data"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native I/O layer: reads CSV, gzip CSV, and Parquet price and fundamental files into yuzu-core panels."
readme = "README.md"
keywords = [
    "backtesting",
    "finance",
    "market-data",
    "parquet",
    "trading",
]
categories = ["finance"]
license = "MIT"
repository = "https://github.com/citrusquant/citrusquant"

[features]
default = ["parquet"]
parquet = [
    "dep:parquet",
    "dep:arrow-array",
    "dep:arrow-cast",
    "dep:arrow-schema",
    "dep:bytes",
]

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

[dependencies.arrow-array]
version = "57"
optional = true
default-features = false

[dependencies.arrow-cast]
version = "57"
optional = true
default-features = false

[dependencies.arrow-schema]
version = "57"
optional = true
default-features = false

[dependencies.bytes]
version = "1"
optional = true

[dependencies.flate2]
version = "1.0.35"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.parquet]
version = "57"
features = [
    "arrow",
    "snap",
    "zstd",
    "lz4",
]
optional = true
default-features = false

[dependencies.rayon]
version = "1.0.3"

[dependencies.yuzu-core]
version = "0.5.1"