# 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 = "apple-apns-cli" version = "0.5.3" description = "CLI for Apple Push Notification service" homepage = "https://github.com/jakelee8/apple-apns" documentation = "https://docs.rs/apple-apns" keywords = [ "apple", "apn", "apns", "ios", "notification", ] license = "MIT" repository = "https://github.com/jakelee8/apple-apns" resolver = "1" [[bin]] name = "apns" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.69" [dependencies.apple-apns] version = "0.5.2" [dependencies.clap] version = "4.1.4" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.6" [dependencies.humantime] version = "2.1.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.92" [dependencies.time] version = "0.3.17" features = ["parsing"] [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.3.0"