# 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 = "jws" version = "0.2.9" authors = ["Maarten de Vries "] description = "JSON Web Signature for Rust" documentation = "https://docs.rs/jws/" readme = "README.md" keywords = [ "JWS", "JWT", "JSON", "web", "token", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/jws" [dependencies.base64] version = "0.21.0" [dependencies.derive-error] version = "0.0.5" [dependencies.hmac] version = "0.12.0" [dependencies.serde] version = "1.0.0" [dependencies.serde_derive] version = "1.0.0" [dependencies.serde_json] version = "1.0.0" [dependencies.sha2] version = "0.10.1" [dev-dependencies.assert2] version = "0.3.3"