2022-07-10 17:06:19 +02:00
|
|
|
[package]
|
|
|
|
name = "qbittorrent-web-api"
|
2022-07-10 23:44:31 +00:00
|
|
|
version = "0.2.18"
|
2022-07-10 17:06:19 +02:00
|
|
|
edition = "2021"
|
2022-07-10 16:41:57 +00:00
|
|
|
license-file = "LICENSE"
|
|
|
|
keywords = ["qbittorrent"]
|
|
|
|
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
|
2022-07-10 16:58:04 +00:00
|
|
|
description = "Auto generated api for qBittorrent"
|
2022-07-10 17:06:19 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
reqwest = { version = "0.11.11", features = ["json", "multipart"] }
|
|
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
2022-07-10 23:44:31 +00:00
|
|
|
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.18" }
|
2022-07-10 17:06:19 +02:00
|
|
|
serde = { version = "1.0.138", features = ["derive"] }
|
|
|
|
serde_json = "1.0.82"
|
|
|
|
thiserror = "1.0.31"
|
2022-07-10 15:27:31 +00:00
|
|
|
|
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-07-10 16:32:55 +00:00
|
|
|
"qbittorrent-web-api-gen",
|
2022-07-10 15:27:31 +00:00
|
|
|
]
|