qbit 0.2.1

A wrapper for qBittorrent Web API
Documentation
[dependencies.bytes]
version = "1.10.1"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.12.23"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.tokio]
features = ["sync"]
version = "1.47.1"

[dependencies.url]
version = "2.5.7"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.47.1"

[lib]
name = "qbit"
path = "src/lib.rs"

[lints.clippy]
uninlined_format_args = "allow"

[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"
documentation = "https://docs.rs/qbit"
edition = "2024"
keywords = ["qbit", "qbittorrent", "api", "torrent"]
license = "MIT"
name = "qbit"
readme = "README.md"
repository = "https://github.com/Mattress237/qbittorrent-webui-api"
version = "0.2.1"

[[test]]
name = "mod"
path = "tests/mod.rs"