# 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 = "cloudsync" version = "0.1.0" authors = ["sylkos"] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LISCENSE", ] description = "Provides a trait to easily sync serializable objects with firestore" homepage = "https://github.com/sylk0s/cloudsync" documentation = "https://docs.rs/cloudsync" readme = "README.md" keywords = [ "firestore", "client", ] license = "MIT" repository = "https://github.com/sylk0s/cloudsync" [dependencies.async-trait] version = "0.1.57" [dependencies.firestore] version = "0.11" [dependencies.gcloud-sdk] version = "0.19" features = ["google-firestore-v1"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.23.0" features = ["macros"]