# 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 = "fireplace" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A client for Firebase that seeks to provide a user-friendly interface to interact with Firestore, Firebase Auth, and similar." homepage = "https://github.com/Filify-app/fireplace" readme = "README.md" keywords = [ "firebase", "firestore", "firebase-auth", ] categories = [ "database", "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/Filify-app/fireplace" [lib] name = "fireplace" path = "src/lib.rs" [[example]] name = "auth" path = "examples/auth.rs" [[example]] name = "emulator" path = "examples/emulator.rs" [[example]] name = "hello" path = "examples/hello.rs" [[test]] name = "create_document" path = "tests/create_document.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.erased-serde] version = "0.3.31" [dependencies.firestore_grpc] version = "0.191.0" [dependencies.futures] version = "0.3.29" [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.once_cell] version = "1.18.0" [dependencies.openssl] version = "0.10.60" [dependencies.prost-types] version = "0.9.0" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.ulid] version = "1.1.0"