# 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-rs" version = "0.4.3" authors = ["George Miao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for interacting with qBittorrent's Web API" homepage = "https://github.com/George-Miao/qbit" documentation = "https://docs.rs/qbit-rs" readme = "README.md" keywords = [ "qbit", "qBittorrent", "web", "api", "torrent", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/George-Miao/qbit" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = [ "--cfg", 'feature="docs"', ] [lib] name = "qbit_rs" path = "src/lib.rs" [dependencies.bytes] version = "1.6.0" [dependencies.mod_use] version = "0.2.1" [dependencies.reqwest] version = "0.12.4" features = [ "charset", "http2", "macos-system-configuration", "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_with] version = "2.3.3" [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" [dependencies.typed-builder] version = "0.18.2" optional = true [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.27.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.16" [features] builder = ["dep:typed-builder"] default = [ "builder", "native-tls", ] docs = [] native-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]