rclone-sdk 1.73.0

Full OpenAPI-based client for the Rclone RC API.
Documentation
# 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 = "rclone-sdk"
version = "1.73.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Full OpenAPI-based client for the Rclone RC API."
homepage = "https://rcloneui.com"
readme = "README.md"
keywords = [
    "rclone",
    "sdk",
    "openapi",
    "client",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/rclone-ui/rclone-sdk"

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

[dependencies.bytes]
version = "1.9"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.futures-core]
version = "0.3"

[dependencies.progenitor-client]
version = "0.11.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"