# 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" rust-version = "1.58.1" name = "vru-apns" version = "0.3.0" authors = ["Vladislav Melnik "] description = "The client of Apple Push Notification service" readme = "README.md" keywords = [ "apns", "apple", "async", "http2", ] categories = [ "authentication", "os::macos-apis", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/vlad9486/vru-apns.git" [dependencies.bytes] version = "1.5" [dependencies.h2] version = "0.4.0" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.0" [dependencies.jwt-simple] version = "0.11.9" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.34" features = [ "rt-multi-thread", "net", ] [dependencies.tokio-rustls] version = "0.24.1" [dependencies.webpki-roots] version = "0.25.3"