2022-07-10 17:06:19 +02:00
|
|
|
[package]
|
2022-07-10 18:32:55 +02:00
|
|
|
name = "qbittorrent-web-api-gen"
|
2022-07-11 03:20:34 +02:00
|
|
|
version = "0.2.32"
|
2022-07-10 17:06:19 +02:00
|
|
|
edition = "2021"
|
2022-07-10 18:41:57 +02:00
|
|
|
license-file = "../LICENSE"
|
|
|
|
keywords = ["qbittorrent"]
|
|
|
|
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
|
2022-07-10 18:58:04 +02:00
|
|
|
description = "Auto generated api for qBittorrent"
|
2022-07-10 19:01:04 +02:00
|
|
|
exclude = ["*.txt", "tests"]
|
2022-07-10 17:06:19 +02:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
syn = { version = "1.0.98", features = ["extra-traits"]}
|
|
|
|
quote = "1.0.20"
|
|
|
|
proc-macro2 = "1.0.40"
|
|
|
|
case = "1.0.0"
|
|
|
|
thiserror = "1.0.31"
|
|
|
|
serde = { version = "1.0.138", features = ["derive"] }
|
|
|
|
serde_json = "1.0.82"
|
|
|
|
regex = "1.6.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
trybuild = { version = "1.0.63", features = ["diff"] }
|
|
|
|
anyhow = "1.0.58"
|
|
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
|
|
reqwest = { version = "0.11.11", features = ["json", "multipart"] }
|