# 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 = "jwx" version = "0.1.0" authors = ["Matous Dzivjak "] description = "Rust librariry implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies." homepage = "https://github.com/matoous/jwx" readme = "README.md" keywords = [ "jwa", "jwe", "jwk", "jws", "jwt", ] categories = [ "cryptography", "authentication", ] license = "MIT" repository = "https://github.com/matoous/jwx" [dependencies.base64] version = "0.20.0" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [features] reqwest = []