# 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 = "fcm-push-listener" version = "3.0.0" description = "Listen for push messages from Firebase Cloud Messaging (FCM)." readme = "README.md" keywords = [ "push", "fcm", ] license = "MIT" repository = "https://github.com/RandomEngy/fcm-push-listener" [dependencies.base64] version = "0.21.0" [dependencies.ece] version = "2.2.0" [dependencies.log] version = "0.4.17" [dependencies.prost] version = "0.11.6" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.152" [dependencies.serde_with] version = "2.3.0" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", "net", ] [dependencies.tokio-rustls] version = "0.23.4" [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.webpki-roots] version = "0.22.6" [build-dependencies.prost-build] version = "0.11.6"