# 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 = "siwa-async" version = "0.5.2" authors = [ "Gihwan Oh", "", ] description = "Sign In With Apple Validation in Async Rust" readme = "README.md" keywords = [ "apple", "signin", "validation", "sign-in-with-apple", "siwa", ] categories = [ "web-programming", "asynchronous", "authentication", ] license = "MIT" resolver = "2" [dependencies.hyper] version = "0.14" features = ["http1"] [dependencies.hyper-tls] version = "0.5" [dependencies.jsonwebtoken] version = "8" [dependencies.jwt] version = "0.16.0" features = ["openssl"] [dependencies.openssl] version = "0.10.40" [dependencies.reqwest] version = "0.11.10" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aux] version = "3.0.1" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "macros", ]