# 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 = "oauth_fcm" version = "0.2.0" authors = ["Yannick Wegel "] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for sending both data and notification Firebase Cloud Messaging (FCM) messages" documentation = "https://docs.rs/oauth_fcm" readme = "README.md" keywords = [ "fcm", "firebase", "push", "notification", "oauth", ] categories = [ "web-programming", "authentication", ] license = "MIT" repository = "https://github.com/ywegel/oauth_fcm" [lib] name = "oauth_fcm" path = "src/lib.rs" [[example]] name = "axum_example" path = "examples/axum_example.rs" [[example]] name = "rocket_example" path = "examples/rocket_example.rs" [[test]] name = "fcm_request_error" path = "tests/fcm_request_error.rs" [[test]] name = "fcm_server_error" path = "tests/fcm_server_error.rs" [[test]] name = "oauth_error" path = "tests/oauth_error.rs" [[test]] name = "test_helpers" path = "tests/test_helpers.rs" [[test]] name = "valid_fcm_tests" path = "tests/valid_fcm_tests.rs" [dependencies.jsonwebtoken] version = "8.0" [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" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.axum] version = "0.7.5" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.rocket] version = "0.5.0" [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tracing-subscriber] version = "0.3.18"