mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-23 15:48:07 +00:00
chore(deps): remove tokio, reqwest
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@ -9,8 +9,16 @@ repository = "https://github.com/dongri/openai-api-rs"
|
|||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies.serde]
|
||||||
reqwest = { version = "0.11", features = ["json"] }
|
version = "1"
|
||||||
tokio = { version = "1", features = ["full"] }
|
features = ["derive"]
|
||||||
serde = { version = "1", features = ["derive"] }
|
default-features = false
|
||||||
serde_json = "1.0.97"
|
|
||||||
|
[dependencies.serde_json]
|
||||||
|
version = "1"
|
||||||
|
default-features = false
|
||||||
|
|
||||||
|
[dependencies.minreq]
|
||||||
|
version = "2"
|
||||||
|
default-features = false
|
||||||
|
features = ["https-rustls", "json-using-serde"]
|
Reference in New Issue
Block a user