# 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 = "tide-jwt" version = "0.1.1" authors = ["Thomas Holloway "] description = "Tide (http-rs/tide) JWT Authorization Middleware" homepage = "https://github.com/nyxtom/tide-jwt" readme = "README.md" keywords = [ "jwt", "api", "token", "jwk", "tide", ] license = "MIT" repository = "https://github.com/nyxtom/tide-jwt" resolver = "2" [dependencies.async-trait] version = "0.1.56" [dependencies.http-types] version = "2.12.0" [dependencies.jsonwebtoken] version = "8.1.1" [dependencies.serde] version = "1.0.138" [dependencies.tide] version = "0.16.0" default-features = false