[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.data-core]
version = "0.1.0"
[dependencies.polars]
default-features = false
features = ["lazy", "parquet", "dtype-date", "dtype-datetime"]
version = "0.46"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[lib]
name = "data_edgar"
path = "src/lib.rs"
[lints.clippy]
redundant-clone = "warn"
use-self = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"
[lints.rustdoc]
all = "warn"
[package]
authors = ["Factor Dynamics"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "science"]
description = "SEC EDGAR data provider for financial statements"
edition = "2024"
homepage = "https://github.com/factordynamics/data"
keywords = ["quant", "finance", "data", "market-data"]
license = "MIT OR Apache-2.0"
name = "data-edgar"
readme = "README.md"
repository = "https://github.com/factordynamics/data"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"