# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tiny-firestore-odm" version = "0.2.6" description = "A tiny object-document mapper for Google Firestore, focusing on a key/value object store usage model." readme = "README.md" keywords = ["firestore", "gcp"] license = "MIT OR Apache-2.0" repository = "https://github.com/paulgb/tiny-firestore-odm" [dependencies.anyhow] version = "1.0.44" [dependencies.bytes] version = "1.1.0" [dependencies.firestore-serde] version = "0.1.1" [dependencies.googapis] version = "0.5.0" features = ["google-firestore-v1"] [dependencies.google-authz] version = "0.0.2" [dependencies.http] version = "0.2.5" [dependencies.hyper] version = "0.14.13" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.tokio] version = "1.12.0" [dependencies.tokio-stream] version = "0.1.7" [dependencies.tonic] version = "0.5.2" features = ["tls"] [dependencies.tower-service] version = "0.3.1" [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.tokio] version = "1.12.0" features = ["macros"] [dev-dependencies.uuid] version = "0.8.2" features = ["v4"] [build-dependencies.skeptic] version = "0.13"