# 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 = "qbit-api-rs" version = "0.2.0" authors = ["Koro33 "] exclude = ["tests/*"] description = "A asynchronous Rust wrapper for qBittorrent Web API" readme = "README.md" keywords = [ "qbittorrent", "api", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/koro33/qbit-api-rs" [dependencies.async-trait] version = "0.1.74" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.22" features = [ "json", "cookies", "multipart", ] [dependencies.reqwest_cookie_store] version = "0.6.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_repr] version = "0.1.17" [dependencies.serde_with] version = "3.4.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", "sync", "parking_lot", ] [dependencies.url] version = "2.5.0" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.env_logger] version = "0.10.1"