[package] name = "tide-jwt" version = "0.1.1" authors = ["Thomas Holloway "] license = "MIT" readme = "README.md" description = "Tide (http-rs/tide) JWT Authorization Middleware" homepage = "https://github.com/nyxtom/tide-jwt" repository = "https://github.com/nyxtom/tide-jwt" keywords = ["jwt", "api", "token", "jwk", "tide"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.56" http-types = "2.12.0" jsonwebtoken = "8.1.1" serde = "1.0.138" tide = { version = "0.16.0", default-features = false }