# 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 = "jsonwebtokens-cognito" version = "0.1.1" authors = ["Robert Bragg "] description = "Decodes and verifies Json Web Tokens issued by AWS Cognito" documentation = "https://docs.rs/jsonwebtokens-cognito/" readme = "README.md" keywords = [ "jwt", "jwk", "jwks", "token", "cognito", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/rib/jsonwebtokens-cognito" [dependencies.jsonwebtokens] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.async-std] version = "1" features = ["attributes"]