reqrio 0.3.0-alpha4

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

[features]
aync = [
    "tokio",
    "pin-project-lite",
]
dylib = ["reqtls/dylib"]
export = ["reqtls/export"]
log = ["reqtls/log"]

[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 = "sc_req_example"
path = "examples/sc_req_example.rs"

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

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

[[test]]
name = "aync_test"
path = "tests/aync_test.rs"

[[test]]
name = "compare_reqrio"
path = "tests/compare_reqrio.rs"

[[test]]
name = "compare_reqwest"
path = "tests/compare_reqwest.rs"

[[test]]
name = "sync_test"
path = "tests/sync_test.rs"

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

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

[dependencies.reqtls]
version = "0.3.0-alpha4"
features = ["zstd"]

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

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