[dependencies.reqwest]
features = ["json", "cookies", "multipart"]
version = "0.12.19"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.serde_repr]
version = "0.1.20"
[dependencies.tokio]
features = ["full"]
version = "1.45.1"
[dependencies.url]
version = "2.5.4"
[lib]
name = "qbit"
path = "src/lib.rs"
[package]
authors = ["Mattress <mattress@mattress.no>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "A wrapper for qBittorrent Web API"
edition = "2024"
keywords = ["qbit", "qbittorrent", "api", "torrent", "bittorrent"]
license = "MIT"
name = "qbit"
readme = "README.md"
repository = "https://github.com/Mattress237/qbittorrent-webui-api"
version = "0.1.1"