api-client-framework 0.1.1

A framework helping to write custom http api clients.
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 = "api-client-framework"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework helping to write custom http api clients."
homepage = "https://github.com/blockscout/blockscout-rs/tree/main/libs/api-client-framework"
readme = false
license = "MIT"
repository = "https://github.com/blockscout/blockscout-rs"

[features]
blockscout = [
    "dep:reqwest-retry",
    "serde/derive",
    "url/serde",
]

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

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.reqwest-middleware]
version = "0.4"
default-features = false

[dependencies.reqwest-retry]
version = "0.7.0"
optional = true
default-features = false

[dependencies.serde]
version = "1"
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false

[dependencies.serde_path_to_error]
version = "0.1.16"
default-features = false

[dependencies.serde_urlencoded]
version = "0.7"
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.url]
version = "2"
default-features = false