[package] name = "jwt_hs256_parse" version = "0.1.1" edition = "2021" keywords = ["jwt", "hs256", "parse"] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tsingshen/jwt_hs256_parse" homepage = "https://github.com/h-i-v-e/jwt_hs256_parse" readme = "README.md" description = "fork form https://github.com/h-i-v-e/jwt_hs256_parse" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64-url = "1.4.10" hmac = "0.11.0" serde = {version = "1.0.130", features = ["derive"]} serde_json = "1.0.68" sha2 = "0.9.8"