# 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 = "xorc-notifications" version = "0.1.0" authors = ["Julius de Bruijn "] description = "A consumer to send push notifications from Kafka" homepage = "https://github.com/xray-tech/xorc-notifications" readme = "README.md" keywords = ["apns", "fcm", "web-push", "consumer", "kafka"] license = "Apache-2.0" repository = "https://github.com/xray-tech/xorc-notifications" [lib] name = "common" path = "src/common/lib.rs" [[bin]] name = "apns2" path = "src/apns2/main.rs" [[bin]] name = "fcm" path = "src/fcm/main.rs" [[bin]] name = "web_push" path = "src/web_push/main.rs" [[bin]] name = "http_requester" path = "src/http_requester/main.rs" [dependencies.a2] version = "0.3" [dependencies.argparse] version = "0.2" [dependencies.base64] version = "0.6" [dependencies.bytes] version = "0.4" [dependencies.chan] version = "0.1" [dependencies.chan-signal] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.erased-serde] version = "0.3" [dependencies.fcm] version = "0.6" [dependencies.futures] version = "0.1" [dependencies.heck] version = "0.3" [dependencies.http] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.hyper-tls] version = "0.3" [dependencies.lazy_static] version = "1.0" [dependencies.prometheus] version = "0.4" [dependencies.protobuf] version = "2.0" features = ["with-bytes"] [dependencies.rdkafka] version = "0.17" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.slog] version = "2.3" features = ["erased-serde", "nested-values"] [dependencies.slog-async] version = "2.3" [dependencies.slog-json] version = "2.2" [dependencies.slog-scope] version = "4.0" [dependencies.slog-term] version = "2.4" [dependencies.time] version = "0.1" [dependencies.tokio] version = "0.1" [dependencies.tokio-signal] version = "0.1" [dependencies.tokio-timer] version = "0.1" [dependencies.toml] version = "0.4" [dependencies.web-push] version = "0.4" [dev-dependencies.clap] version = "2.32" [build-dependencies.protoc-rust] version = "2.0"