# 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 = "jwtk" version = "0.3.0" description = "JWT signing (JWS) and verification, with first class JWK and JWK Set (JWKS) support." readme = "README.md" license = "MIT" repository = "https://github.com/sopium/jwtk" [dependencies.base64] version = "0.13.0" [dependencies.foreign-types] version = "0.3.2" [dependencies.openssl] version = "0.10.35" [dependencies.openssl-sys] version = "0.9.65" [dependencies.reqwest] version = "0.11.4" features = ["json"] optional = true [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.serde_with] version = "3.1.0" [dependencies.smallvec] version = "1.6.1" [dependencies.tokio] version = "1.9.0" features = ["sync"] optional = true [dev-dependencies.axum] version = "0.1.3" [dev-dependencies.tokio] version = "1.9.0" features = [ "macros", "rt-multi-thread", ] [features] default = ["remote-jwks"] remote-jwks = [ "reqwest", "tokio", ]