# 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 = "2018" name = "firestore-serde" version = "0.1.2" description = "A Rust serializer/deserializer for Google Cloud Firestore." readme = "../README.md" keywords = ["firestore", "gcp"] license = "MIT OR Apache-2.0" repository = "https://github.com/paulgb/firestore-serde" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.19" [dependencies.googapis] version = "0.6.0" [dependencies.prost] version = "0.9.0" [dependencies.prost-types] version = "0.9.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dev-dependencies] [features] default = ["google-firestore-v1"] google-firestore-v1 = ["googapis/google-firestore-v1"] google-firestore-v1beta1 = ["googapis/google-firestore-v1beta1"]