# 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.64" name = "firestore" version = "0.43.1" authors = ["Abdulla Abdurakhmanov "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library provides a simple API for Google Firestore and own Serde serializer based on efficient gRPC API" homepage = "https://github.com/abdolence/firestore-rs" documentation = "https://docs.rs/firestore" readme = "README.md" keywords = [ "firestore", "google", "client", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/abdolence/firestore-rs" [lib] name = "firestore" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.backoff] version = "0.4" features = ["tokio"] [dependencies.chrono] version = "0.4" features = [ "serde", "clock", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.gcloud-sdk] version = "0.25.6" features = ["google-firestore-v1"] default-features = false [dependencies.hex] version = "0.4" [dependencies.hyper] version = "1" [dependencies.moka] version = "0.12" features = ["future"] optional = true [dependencies.rand] version = "0.8" [dependencies.redb] version = "2.1" optional = true [dependencies.rsb_derive] version = "0.5" [dependencies.rvstruct] version = "0.3.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.struct-path] version = "0.2" [dependencies.tokio] version = "1" [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.cargo-husky] version = "1.5" features = [ "run-for-all", "prepush-hook", "run-cargo-fmt", ] default-features = false [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] caching = [] caching-memory = [ "caching", "dep:moka", ] caching-persistent = [ "caching", "dep:redb", ] default = ["tls-roots"] tls-roots = ["gcloud-sdk/tls-roots"] tls-webpki-roots = ["gcloud-sdk/tls-webpki-roots"] [badges.maintenance] status = "actively-developed"