pomelo-http 0.12.2

Shared HTTP client, rate-limit/retry Fetcher, and WriteMode for the pomelo-* bring-your-own-key market-data sync crates. No vendor logic.
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"
rust-version = "1.86"
name = "pomelo-http"
version = "0.12.2"
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