# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "qb-api" version = "0.3.0" authors = [ "Mason Larobina ", "VanillaBrooks ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "qBittorrent web api implementation." readme = "README.md" license = "MIT" repository = "https://github.com/mason-larobina/qb-api" [lib] name = "qb_api" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.derive-getters] version = "0.5.0" [dependencies.derive_builder] version = "0.20.2" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", ] [dependencies.url] version = "2.5.2"