# 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 = "bevy-firebase-firestore" version = "0.1.0" description = "firebase firestore for the bevy game engine" homepage = "https://bytemunch.dev/projects/bevy-firebase" readme = "README.md" keywords = [ "firebase", "firestore", "database", "backend", "bevy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bytemunch/bevy-firebase" resolver = "1" [dependencies.bevy] version = "0.11.1" [dependencies.bevy-firebase-auth] version = "0.1.0" [dependencies.bevy-tokio-tasks] version = "0.11.0" [dependencies.bevy_macro_utils] version = "0.11.0" [dependencies.futures-lite] version = "1.11.3" [dependencies.prost] version = "0.11.9" [dependencies.prost-types] version = "0.11.9" [dependencies.tonic] version = "0.9.2" features = ["tls"] [dev-dependencies.open] version = "5.0.0" [build-dependencies.tonic-build] version = "0.9.2"