reqrio 0.2.0

A lightweight, high concurrency HTTP request library
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"
name = "reqrio"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, high concurrency HTTP request library"
readme = "README.md"
license-file = "LICENSE-APACHE"
repository = "https://github.com/xllgl2017/reqrio/tree/master/reqrio"
resolver = "1"

[features]
aync = ["tokio"]
dylib = ["reqtls/dylib"]
export = ["reqtls/export"]

[lib]
name = "reqrio"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "async_h1"
path = "examples/async_h1.rs"

[[example]]
name = "async_server"
path = "examples/async_server.rs"

[[example]]
name = "m3u8_down"
path = "examples/m3u8_down.rs"

[[example]]
name = "sync_h1"
path = "examples/sync_h1.rs"

[[example]]
name = "test_websocket"
path = "examples/test_websocket.rs"

[dependencies.reqrio-json]
version = "0.1.11"

[dependencies.reqtls]
version = "0.2.0"
features = ["zstd"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.tokio]
version = "1"
features = [
    "time",
    "net",
    "io-util",
    "macros",
    "rt-multi-thread",
]
optional = true