[package] name = "siwa" version = "0.1.2" authors = ["Tom Pusateri "] edition = "2018" license = "MIT" description = "Sign In With Apple JWT validator library" homepage = "https://github.com/pusateri/siwa" repository = "https://github.com/pusateri/siwa.git" readme = "README.md" documentation = "https://docs.rs/siwa/0.1.2/" keywords = ["signinwithapple", "jwt", "validate"] categories = ["authentication"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] jsonwebtoken = "7" serde = {version = "1.0", features = ["derive"] } base64 = "0.13" reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.2", features = ["full"] } thiserror = "1.0"