# 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 = "bbjwt" version = "0.4.0" authors = ["Markus Thielen "] description = "A simple to use, well documented JWT validation library, mainly for validating OpenID Connect ID Tokens." homepage = "https://basebox.tech" readme = "README.md" keywords = [ "jose", "jwt", "openid-connect", "crypto", ] license = "MIT" repository = "https://github.com/basebox-tech/bbjwt" [dependencies.base64] version = "0.21" [dependencies.der] version = "0.7.8" features = ["alloc"] [dependencies.derive_more] version = "0.99.17" [dependencies.p256] version = "0.13.2" [dependencies.p384] version = "0.13.0" [dependencies.pem] version = "3.0.1" [dependencies.pkcs1] version = "0.7.5" features = ["std"] [dependencies.reqwest] version = "0.11" [dependencies.ring] version = "0.16.20" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_asn1] version = "0.6.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = ["sync"] [dependencies.url] version = "2.1" [dev-dependencies.color-backtrace] version = "0.5.1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.24.1" features = [ "full", "time", "macros", ]