# 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 = "firebase-client" version = "0.0.1" authors = ["mlcruz1 ", "MatheusWoeffel "] description = "A firebase HTTP v1 client implementation in Rust using the google_authz library." license = "MIT OR Apache-2.0" repository = "https://github.com/mobiltracker/firebase-client-rs" [lib] path = "src/lib.rs" [dependencies.google-authz] version = "0.0.2" features = ["client"] [dependencies.hyper] version = "0.14.15" [dependencies.hyper-rustls] version = "0.22" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.13.0" [dev-dependencies.dotenv] version = "0.15.0"