# 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 = "unofficial_appwrite" version = "0.2.3" authors = ["Ahmad "] exclude = ["/src/main.rs"] description = "wrapper on appwrite api -> https://appwrite.io/docs" homepage = "https://github.com/ahmad-olu/un-official-appwrite-rust-sdk" readme = "README.md" keywords = [ "appwrite", "baas", "unofficial", "server", ] license = "MIT" repository = "https://github.com/ahmad-olu/un-official-appwrite-rust-sdk" [dependencies.async-fn-stream] version = "0.2.2" [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.11.23" features = [ "json", "multipart", "blocking", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = ["v4"]