fcm-device-group 0.3.0

Rust crate for managing Firebase Cloud Messaging device groups
Documentation
# 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 = "2024"
name = "fcm-device-group"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust crate for managing Firebase Cloud Messaging device groups"
readme = false
keywords = ["fcm"]
license = "MIT"
repository = "https://github.com/MaticianInc/fcm-device-groups"

[features]
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]

[lib]
name = "fcm_device_group"
path = "src/lib.rs"

[[example]]
name = "fcm_device_group_cli"
path = "examples/fcm_device_group_cli.rs"

[dependencies.google-apis-common]
version = "7.0"

[dependencies.log]
version = "0.4.28"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "query",
]
default-features = false

[dependencies.serde]
version = "1.0.215"

[dependencies.thiserror]
version = "2.0.10"

[dev-dependencies.clap]
version = "4.5.47"
features = [
    "derive",
    "env",
]

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.google-apis-common]
version = "7.0"
features = ["yup-oauth2"]

[dev-dependencies.reqwest]
version = "0.13.1"
default-features = true

[dev-dependencies.tokio]
version = "1.47.1"
features = ["rt"]

[dev-dependencies.yup-oauth2]
version = "11.0.0"