# 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 = "basic-jwt" version = "0.2.0" authors = ["Pierre Hubert "] description = "Basic JWT signing and verification library" readme = "README.md" keywords = ["jwt"] license = "MIT" repository = "https://gitea.communiquons.org/pierre/basic-jwt" [dependencies.anyhow] version = "1.0.82" [dependencies.elliptic-curve] version = "0.13.8" features = [ "pkcs8", "pem", ] [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.p384] version = "0.13.0" features = [ "ecdsa", "pkcs8", "pem", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.198" features = ["derive"]