firebase-admin-sdk 0.2.4

Firebase Admin SDK for Rust, enabling interaction with Firebase services (Auth, FCM, Firestore, Storage, etc.) from a Rust backend.
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 = "2021"
name = "firebase-admin-sdk"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Firebase Admin SDK for Rust, enabling interaction with Firebase services (Auth, FCM, Firestore, Storage, etc.) from a Rust backend."
readme = "README.md"
license = "MIT"
repository = "https://github.com/shovelmn12/firebase-admin-sdk-rs"

[features]
auth = []
crashlytics = []
default = [
    "auth",
    "crashlytics",
    "firestore",
    "messaging",
    "remote_config",
    "storage",
]
firestore = [
    "dep:futures",
    "dep:bytes",
]
messaging = ["reqwest/multipart"]
remote_config = []
storage = ["dep:bytes"]

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"
optional = true

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

[dependencies.futures]
version = "0.3.31"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.http]
version = "1.4.0"

[dependencies.hyper-rustls]
version = "0.27.7"

[dependencies.hyper-util]
version = "0.1.20"
features = ["client-legacy"]

[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["rust_crypto"]

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "rustls",
]

[dependencies.reqwest-middleware]
version = "0.5.1"
features = [
    "json",
    "query",
]

[dependencies.reqwest-retry]
version = "0.9.1"

[dependencies.rsa]
version = "0.9.10"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dependencies.yup-oauth2]
version = "12.1.2"

[dev-dependencies.httpmock]
version = "0.8.2"