[package]
edition = "2021"
rust-version = "1.86"
name = "pomelo-http"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared HTTP client, rate-limit/retry Fetcher, and WriteMode for the pomelo-* bring-your-own-key market-data sync crates. No vendor logic."
readme = "README.md"
keywords = [
"http",
"backtesting",
"finance",
"market-data",
]
categories = ["finance"]
license = "MIT"
repository = "https://github.com/citrusquant/citrusquant"
[features]
ureq = ["dep:ureq"]
[lib]
name = "pomelo_http"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1.0.150"
[dependencies.ureq]
version = "3.3.0"
features = ["rustls"]
optional = true
default-features = false