# 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" rust-version = "1.56" name = "rocket-jwt" version = "0.5.2" authors = ["Yaxian "] description = "jwt authorization for rocket" readme = "./README.md" keywords = [ "rocket", "authorization", "jwt", "jswonwebtoken", ] categories = [ "parser-implementations", "web-programming", ] license = "MIT" repository = "https://github.com/Yaxian/rocket-jwt" [lib] proc-macro = true [[example]] name = "rocket-jwt-demo" path = "examples/rocket-jwt-demo/src/main.rs" [dependencies.jsonwebtoken] version = "8" [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn] version = "1" [dev-dependencies.rocket] version = "0.5.0" [dev-dependencies.trybuild] version = "1.0" [build-dependencies.version_check] version = "0.9" [build-dependencies.yansi] version = "0.5"