firebase_http_client 0.0.1-rc.2

Firebase client library for Rust providing Firestore and auth helpers.
Documentation
# 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 = "2024"
name = "firebase_http_client"
version = "0.0.1-rc.2"
authors = ["Rubén Cantón <rubcc95@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Firebase client library for Rust providing Firestore and auth helpers."
homepage = "https://github.com/rubcc95/firebase_client"
documentation = "https://docs.rs/firebase_client"
readme = "README.md"
keywords = [
    "firebase",
    "firestore",
    "firebase-auth",
    "google-cloud",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/rubcc95/firebase_client"

[lib]
name = "firebase_http_client"
path = "src/lib.rs"

[[example]]
name = "firestore"
path = "examples/firestore.rs"

[[example]]
name = "min"
path = "examples/min.rs"

[dependencies.ascii]
version = "1.1.0"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.derive_more]
version = "2.1.1"
features = [
    "deref",
    "into_iterator",
]

[dependencies.indexmap]
version = "2.13.0"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
features = ["arbitrary_precision"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tiny_http]
version = "0.12"

[dependencies.ureq]
version = "3.3.0"
features = ["json"]

[dependencies.url]
version = "2"

[dependencies.webbrowser]
version = "0.6"

[dev-dependencies.dotenvy]
version = "0.15"