# 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 = "2018" name = "jwt_hmac" version = "0.2.0" description = "A simple library for generating and parsing JWT tokens using HMAC SHA256 as per https://jwt.io/introduction" homepage = "https://github.com/h-i-v-e/jwt_hmac" readme = "README.md" keywords = [ "jwt", "authentication", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/h-i-v-e/jwt_hmac" [dependencies.base64-url] version = "1.4.13" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.sha2] version = "0.10.6"