[dependencies.chrono]
version = "0.4"
[dependencies.erased-serde]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.argparse]
version = "0.2.1"
[dev-dependencies.pretty_env_logger]
version = "0.3"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.0"
[[example]]
name = "simple_sender"
path = "examples/simple_sender.rs"
[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]
vendored-tls = ["reqwest/native-tls-vendored"]
[lib]
name = "fcm_http1"
path = "src/lib.rs"
[package]
authors = ["etisreal <info@etisreal.cc>", "Ettore Pelosato <ettore.pelosato@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An API to talk to FCM (Firebase Cloud Messaging) in Rust"
documentation = "https://docs.rs/fcm/"
edition = "2021"
homepage = "https://github.com/ETisREAL/fcm-rust"
keywords = ["fcm", "firebase", "notification"]
license = "MIT"
name = "fcm_http1"
readme = "README.md"
repository = "https://github.com/ETisREAL/fcm-rust"
version = "0.1.2"