dragonfly-client-request 1.4.0

Request library for the dragonfly client
# 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 = "dragonfly-client-request"
version = "1.4.0"
authors = ["The Dragonfly Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Request library for the dragonfly client"
homepage = "https://d7y.io/"
readme = "README.md"
keywords = [
    "container",
    "docker-image",
    "dragonfly",
    "dragonfly-client",
    "p2p",
]
license = "Apache-2.0"
repository = "https://github.com/dragonflyoss/client.git"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.11"

[dependencies.dragonfly-api]
version = "=2.2.30"

[dependencies.dragonfly-client-core]
version = "1.4.0"

[dependencies.dragonfly-client-util]
version = "1.4.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.hostname]
version = "^0.4"

[dependencies.oci-client]
version = "0.17.0"
features = ["native-tls"]
default-features = false

[dependencies.oci-spec]
version = "0.9"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "default-tls",
    "blocking",
    "hickory-dns",
    "native-tls",
    "rustls-tls",
    "stream",
]

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

[dependencies.reqwest-tracing]
version = "0.5"

[dependencies.rustix]
version = "1.1.3"
features = ["fs"]

[dependencies.rustls-pki-types]
version = "1.14.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "full",
    "tracing",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["full"]

[dependencies.tonic]
version = "=0.14.2"
features = ["tls-ring"]

[dependencies.tonic-health]
version = "=0.14.5"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.mocktail]
version = "0.3.0"