htsget-http 0.8.5

Crate for handling HTTP in htsget-rs.
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 = "2024"
rust-version = "1.88"
name = "htsget-http"
version = "0.8.5"
authors = [
    "Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>",
    "Marko Malenic <mmalenic1@gmail.com>",
    "Roman Valls Guimera <brainstorm@nopcode.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for handling HTTP in htsget-rs."
homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-http/README.md"
readme = "README.md"
license = "MIT"
repository = "https://github.com/umccr/htsget-rs"

[features]
aws = [
    "htsget-config/aws",
    "htsget-search/aws",
]
default = []
experimental = [
    "htsget-config/experimental",
    "htsget-search/experimental",
]
url = [
    "htsget-config/url",
    "htsget-search/url",
]

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

[dependencies.cfg-if]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.headers]
version = "0.4"

[dependencies.htsget-config]
version = "0.21.0"
default-features = false

[dependencies.htsget-search]
version = "0.12.6"
default-features = false

[dependencies.http]
version = "1"

[dependencies.jsonpath-rust]
version = "1"

[dependencies.jsonwebtoken]
version = "10"
features = ["aws_lc_rs"]

[dependencies.regex]
version = "1"

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

[dependencies.reqwest-middleware]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.reqwest-middleware]
version = "0.4"