[dependencies.jsonwebtoken]
optional = true
version = "^9.2"
[dependencies.reqwest]
features = ["json"]
version = "^0.11"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.thiserror]
version = "^1.0"
[dev-dependencies.anyhow]
version = "1.0.78"
[dev-dependencies.clap]
features = ["derive"]
version = "4.4.12"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.35.1"
[features]
custom_client = []
default = []
full = ["custom_client", "verify"]
verify = ["jsonwebtoken"]
[lib]
path = "src/lib.rs"
[package]
authors = ["Mochineko <t.o.e.4315@gmail.com>"]
categories = ["api-bindings", "authentication"]
description = "An unofficial Rust client for the Firebase Auth REST API."
edition = "2021"
keywords = ["firebase", "auth", "rest", "api", "client"]
license = "MIT OR Apache-2.0"
name = "fars"
readme = "README.md"
repository = "https://github.com/mochi-neko/fars"
rust-version = "1.75"
version = "0.2.0"