appwrite 0.1.0

Appwrite SDK for Rust
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"
rust-version = "1.83"
name = "appwrite"
version = "0.1.0"
authors = ["appwrite"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Appwrite SDK for Rust"
documentation = "https://docs.rs/appwrite"
readme = "README.md"
keywords = [
    "appwrite",
    "sdk",
    "api",
    "backend",
    "baas",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/appwrite/sdk-for-rust"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.arc-swap]
version = "1.8.0"

[dependencies.bytes]
version = "1.0"

[dependencies.fastrand]
version = "2.0"

[dependencies.mime]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.url]
version = "2.4"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.5"