fcm 0.2.0

An API to talk to FCM (Firebase Cloud Messaging) in Rust
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "fcm"
version = "0.2.0"
authors = ["Suvish Varghese Thoovamalayil <vishy1618@gmail.com>", "panicbit <panicbit.dev@gmail.com>", "Julius de Bruijn <pimeys@gmail.com>"]
description = "An API to talk to FCM (Firebase Cloud Messaging) in Rust"
homepage = "https://github.com/panicbit/fcm-rust"
documentation = "https://panicbit.github.io/fcm-rust/fcm/"
keywords = ["fcm", "firebase", "cloud", "messaging", "tokio"]
license = "MIT"
repository = "https://github.com/panicbit/fcm-rust"
[dependencies.futures]
version = "0.1"

[dependencies.native-tls]
version = "0.1"

[dependencies.tokio-service]
version = "0.1"

[dependencies.tokio-core]
version = "0.1"

[dependencies.hyper-tls]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.rustc-serialize]
version = "0.3.19"
[dev-dependencies.argparse]
version = "0.2.1"