mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
35 lines
740 B
TOML
35 lines
740 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.26"
|
|
strum = "0.26"
|
|
tokio = { version = "1.34", features = ["full"] }
|
|
openssl = { version = "0.10", features = ["vendored"] }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
serde_json = "1.0"
|
|
rand = "0.8"
|
|
futures = "0.3"
|
|
lazy_static = "1.4"
|
|
anyhow = "1.0"
|
|
|
|
[dev-dependencies]
|
|
serial_test = "3.1"
|
|
rstest = "0.23"
|
|
pretty_assertions = "1.4"
|