# 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 = "fireauth" version = "0.1.5" authors = ["khant "] description = "Firebase authentication for rust." homepage = "https://github.com/the-robot/fireauth" documentation = "https://github.com/the-robot/fireauth" readme = "README.md" keywords = ["jwt", "firebase", "authentication"] categories = ["authentication"] license-file = "LICENSE" repository = "https://github.com/the-robot/fireauth" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.thiserror] version = "1.0.30"