# 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 = "firebae-cm" version = "0.4.2" authors = ["Thomas Veldman "] description = "A Firebase Cloud Messaging Http V1 implementation" homepage = "https://github.com/Vesafary/firebae-cm" readme = "README.md" keywords = [ "web", "firebase", ] categories = [ "Web programming", "API bindings", ] license = "MIT" repository = "https://github.com/Vesafary/firebae-cm" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.firebae-derive] version = "0.1.0" [dependencies.gcp_auth] version = "0.7.5" optional = true [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.15" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.thiserror] version = "1.0.40" [dependencies.time] version = "0.3.20" features = ["formatting"] [dependencies.tokio] version = "1.26.0" features = [ "sync", "parking_lot", ] optional = true default-features = false [features] oauth = [ "dep:gcp_auth", "dep:tokio", ]