# 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-jsonwebtoken" version = "0.1.1" description = "Tide (http-rs/tide) JWT Authorization Middleware" homepage = "https://github.com/bitdinosaur-io/tide-jsonwebtoken" readme = "README.md" keywords = [ "jwt", "api", "token", "jsonwebtoken", "tide", ] license = "MIT" repository = "https://github.com/bitdinosaur-io/tide-jsonwebtoken" [dependencies.async-trait] version = "0.1.74" [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tide] version = "0.16" default-features = false [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tide] version = "0.16"