# 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 = "2018" name = "fcm" version = "0.9.2" authors = ["Suvish Varghese Thoovamalayil ", "panicbit ", "Julius de Bruijn "] description = "An API to talk to FCM (Firebase Cloud Messaging) in Rust" homepage = "https://github.com/panicbit/fcm-rust" documentation = "https://docs.rs/fcm/" keywords = ["fcm", "firebase", "notification"] license = "MIT" repository = "https://github.com/panicbit/fcm-rust" [dependencies.chrono] version = "0.4" [dependencies.erased-serde] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11.0" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.argparse] version = "0.2.1" [dev-dependencies.pretty_env_logger] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = ["rt-multi-thread", "macros"] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] vendored-tls = ["reqwest/native-tls-vendored"]