indexkit 1.0.1

Offline-first bundled-parquet index constituent library — S&P 500, Nasdaq-100, DJIA, S&P 400/600 from SEC EDGAR N-PORT filings
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"
name = "indexkit"
version = "1.0.1"
authors = ["userFRM"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline-first bundled-parquet index constituent library — S&P 500, Nasdaq-100, DJIA, S&P 400/600 from SEC EDGAR N-PORT filings"
readme = false
keywords = [
    "sec",
    "edgar",
    "nport",
    "index",
    "constituents",
]
categories = [
    "finance",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/userFRM/indexkit"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arrow]
version = "58.1.0"
features = ["csv"]
default-features = false

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.chrono-tz]
version = "0.10.4"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.parquet]
version = "58.1.0"
features = [
    "snap",
    "zstd",
    "arrow",
]
default-features = false

[dependencies.quick-xml]
version = "0.39.2"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.tokio]
version = "1.52.1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6.5"