# 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 = "jwt_hs256_parse" version = "0.1.1" description = "fork form https://github.com/h-i-v-e/jwt_hs256_parse" homepage = "https://github.com/h-i-v-e/jwt_hs256_parse" readme = "README.md" keywords = [ "jwt", "hs256", "parse", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tsingshen/jwt_hs256_parse" resolver = "2" [dependencies.base64-url] version = "1.4.10" [dependencies.hmac] version = "0.11.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.sha2] version = "0.9.8"