wreq-rt 0.2.2-rc.2

Runtime utilities for wreq
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.85"
name = "wreq-rt"
version = "0.2.2-rc.2"
authors = ["0x676e67 <gngppz@gmail.com>"]
build = false
include = [
    "README.md",
    "LICENSE",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime utilities for wreq"
documentation = "https://docs.rs/wreq-rt"
readme = "README.md"
keywords = [
    "http",
    "client",
]
categories = ["web-programming::http-client"]
license = "Apache-2.0"
repository = "https://github.com/0x676e67/wreq-proto"

[features]
compio-rt = [
    "dep:compio",
    "dep:tokio",
    "compio?/runtime",
    "compio?/time",
    "dep:send_wrapper",
    "dep:wreq-proto",
    "dep:futures-util",
]
default = ["tokio-rt"]
tokio-rt = [
    "dep:tokio",
    "tokio?/rt",
    "tokio?/time",
    "dep:wreq-proto",
    "dep:pin-project-lite",
]

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

[dependencies.compio]
version = "0.19.0-rc.1"
features = [
    "io",
    "io-compat",
]
optional = true

[dependencies.futures-util]
version = "0.3.32"
optional = true
default-features = false

[dependencies.pin-project-lite]
version = "0.2.17"
optional = true

[dependencies.send_wrapper]
version = "0.6.0"
optional = true

[dependencies.tokio]
version = "1.52.3"
optional = true
default-features = false

[dependencies.wreq-proto]
version = "0.2.3"
optional = true