ark-invest-api-rust-data/Cargo.toml
2025-03-02 01:35:44 -08:00

34 lines
744 B
TOML

[package]
name = "ark-invest-api-rust-data"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
polars = { version = "0.32", features = [
"lazy",
"strings",
"parquet",
"round_series",
"lazy_regex",
"json",
"object",
"dtype-struct",
] }
reqwest = { version = "0.12", features = ["blocking", "gzip"] }
glob = { version = "0.3" }
clokwerk = "0.4"
strum_macros = "0.27"
strum = "0.27"
tokio = { version = "1.43", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"
rand = "0.9"
futures = "0.3"
lazy_static = "1.5"
anyhow = "1.0"
[dev-dependencies]
rstest = "0.24"
pretty_assertions = "1.4"