# 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_auth" version = "0.1.1" description = "A library for authenticating with Apple's Sign In service." readme = "README.md" keywords = [ "apple-sign-in", "apple", "oauth", "apple-auth", "apple-authentication", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/conner-replogle/apple_auth" [dependencies.chrono] version = "0.4.31" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.jose-jwa] version = "0.1.2" [dependencies.jsonwebtoken] version = "9.2.0" features = ["use_pem"] [dependencies.openssl] version = "0.10.62" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.56" [dependencies.url] version = "2.5.0"