# 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 = "sign-in-with-apple" version = "0.2.0" authors = ["extrawurst "] description = "Sign In With Apple Validation in Async Rust" homepage = "https://github.com/gameroasters/sign-in-with-apple" readme = "README.md" keywords = ["apple", "mobile", "jwt", "signin", "validation"] categories = ["web-programming", "asynchronous"] license = "MIT" repository = "https://github.com/gameroasters/sign-in-with-apple" resolver = "2" [dependencies.hyper] version = "0.14" features = ["http1"] [dependencies.hyper-tls] version = "0.5" [dependencies.jsonwebtoken] version = "8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "net", "macros"]