2024-05-10 21:50:20 +00:00
|
|
|
[package]
|
2024-07-23 22:01:05 +00:00
|
|
|
name = "http_client"
|
2024-05-10 21:50:20 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[features]
|
|
|
|
test-support = []
|
|
|
|
|
|
|
|
[lib]
|
2024-07-23 22:01:05 +00:00
|
|
|
path = "src/http_client.rs"
|
2024-05-10 21:50:20 +00:00
|
|
|
doctest = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-23 22:01:05 +00:00
|
|
|
http = "1.0.0"
|
2024-05-10 21:50:20 +00:00
|
|
|
anyhow.workspace = true
|
2024-07-21 14:15:38 +00:00
|
|
|
derive_more.workspace = true
|
2024-05-10 21:50:20 +00:00
|
|
|
futures.workspace = true
|
|
|
|
isahc.workspace = true
|
|
|
|
log.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
futures-lite.workspace = true
|
|
|
|
url.workspace = true
|