2025-09-18 17:26:02 -04:00
|
|
|
[package]
|
|
|
|
|
name = "simple-request"
|
2025-09-30 00:11:35 -04:00
|
|
|
version = "0.2.99"
|
2025-09-18 17:26:02 -04:00
|
|
|
description = "simple-request which patches to the latest update"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/simple-request"
|
|
|
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
|
|
|
keywords = ["nostd", "no_std", "alloc", "io"]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
rust-version = "1.65"
|
|
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
|
all-features = true
|
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
|
|
2025-11-04 10:30:45 -05:00
|
|
|
[workspace]
|
2025-09-18 17:26:02 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-09-30 00:11:35 -04:00
|
|
|
hyper-util = { version = "0.1", default-features = false, features = ["tokio"] }
|
2025-11-04 10:30:45 -05:00
|
|
|
simple-request = { path = "../../common/request", features = ["tokio"] }
|
2025-09-18 17:26:02 -04:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
tls = ["simple-request/tls"]
|