# 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] name = "frank_jwt" version = "3.1.3" authors = ["Alex Maslakov "] description = "Implementation of JSON JWT" homepage = "https://github.com/GildedHonour/frank_jwt" documentation = "https://github.com/GildedHonour/frank_jwt" readme = "README.md" keywords = [ "jwt", "json", "token", "encryption", "auth0-jwt", ] license = "Apache-2.0" repository = "https://github.com/GildedHonour/frank_jwt" [dependencies.base64] version = "0.13.0" [dependencies.openssl] version = "0.10.41" [dependencies.serde] version = "1.0.143" [dependencies.serde_json] version = "1.0.83"