# 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 = "gotham_middleware_jwt" version = "0.8.0" authors = [ "Nicholas Young ", "Colin Bankier ", "Isaac Whitfield ", "Judson Lester ", "Bradley Beddoes ", ] description = "JWT middleware for the Gotham web framework." homepage = "https://gotham.rs" readme = "README.md" keywords = [ "gotham-middleware", "jwt", "jsonwebtoken", "authentication", ] license = "MIT/Apache-2.0" repository = "https://github.com/gotham-rs/gotham" [dependencies.futures-util] version = "0.3.14" [dependencies.gotham] version = "0.7.1" features = ["derive"] default-features = false [dependencies.jsonwebtoken] version = "8.0" default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"]