# 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 = "expo_push_notification_client" version = "0.5.1" authors = ["katayama8000 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Expo Push Notification Client for Rust" homepage = "https://github.com/katayama8000/expo-push-notification-client/blob/main/README.md" readme = "README.md" keywords = [ "react", "native", "expo", "push", "notifications", ] categories = [ "api-bindings", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/katayama8000/expo-push-notification-client" [lib] name = "expo_push_notification_client" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.async-compression] version = "0.4.17" features = [ "gzip", "tokio", ] [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = [ "json", "gzip", ] default-features = false [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_with] version = "3.11.0" [dependencies.thiserror] version = "1.0.67" [dependencies.tokio] version = "1.41.0" features = ["io-util"] [dev-dependencies.anyhow] version = "1.0.92" [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]