[package] name = "apple_auth" version = "0.1.1" edition = "2021" license = "MIT" keywords = ["apple-sign-in", "apple","oauth","apple-auth","apple-authentication"] categories = ["authentication"] repository = "https://github.com/conner-replogle/apple_auth" readme = "README.md" description="A library for authenticating with Apple's Sign In service." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" hex = "0.4.3" hmac = "0.12.1" jose-jwa = "0.1.2" jsonwebtoken = {version ="9.2.0",features = ["use_pem"]} openssl = "0.10.62" rand = "0.8.5" reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.195", features = ["derive"] } sha2 = "0.10.8" thiserror = "1.0.56" url = "2.5.0"