# 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 = "push-messaging" version = "0.1.1" authors = ["Modeckrus "] description = "Push Messaging package" homepage = "https://github.com/modeckrus/messaging" documentation = "https://docs.rs/push-messaging/" readme = "README.md" keywords = [ "fcm", "firebase", "notification", ] license = "MIT" [dependencies.builder-pattern] version = "0.4.2" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.erased-serde] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_with] version = "2.3.1" features = ["chrono"] [dependencies.tokio] version = "1.27.0" features = [ "rt-multi-thread", "macros", "time", "full", ] [dev-dependencies.argparse] version = "0.2.1" [dev-dependencies.pretty_env_logger] version = "0.4" [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] vendored-tls = ["reqwest/native-tls-vendored"]