# 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.60" name = "a2" version = "0.10.0" authors = [ "Harry Bairstow ", "Julius de Bruijn ", "Sergey Tkachenko ", ] description = "A native, asynchronous Apple push notification client" homepage = "https://github.com/walletconnect/a2" documentation = "https://docs.rs/a2" readme = "README.md" keywords = [ "apns", "apple", "push", "async", "http2", ] license = "MIT" repository = "https://github.com/walletconnect/a2.git" [dependencies.base64] version = "0.21" [dependencies.erased-serde] version = "0.3" [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" features = [ "client", "http2", ] default-features = false [dependencies.hyper-rustls] version = "0.26.0" features = [ "http2", "webpki-roots", "ring", ] default-features = false [dependencies.hyper-util] version = "0.1" features = [ "client", "http2", "client-legacy", "tokio", ] [dependencies.openssl] version = "0.10" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.pem] version = "3.0" optional = true [dependencies.ring] version = "0.17" features = ["std"] optional = true [dependencies.rustls] version = "0.22.4" [dependencies.rustls-pemfile] version = "2.1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["time"] [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.argparse] version = "0.2" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["openssl"] ring = [ "dep:ring", "pem", ] tracing = ["dep:tracing"]