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