avin_data 0.4.0

Market data for the 'avin' library
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 = "avin_data"
version = "0.4.0"
authors = ["Alex Avin <mr.alexavin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Market data for the 'avin' library"
homepage = "https://avin.info"
readme = "README.md"
license = "MIT"
repository = "https://github.com/arsvincere/avin"

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

[dependencies.avin_utils]
version = "0.4.0"

[dependencies.cached]
version = "0.55.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.log]
version = "0.4.27"

[dependencies.polars]
version = "0.50.0"
features = [
    "cum_agg",
    "describe",
    "is_in",
    "lazy",
    "parquet",
    "temporal",
]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.strum]
version = "0.27.1"
features = [
    "derive",
    "strum_macros",
]

[dependencies.time-unit]
version = "0.1"