# 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" rust-version = "1.65" name = "jose-jws" version = "0.1.2" authors = ["RustCrypto Developers"] description = """ Pure Rust implementation of the JSON Web Signature (JWS) component of the Javascript Object Signing and Encryption (JOSE) specification as described in RFC7515 """ documentation = "https://docs.rs/jose-jws" readme = "README.md" keywords = [ "json", "jose", ] categories = [ "cryptography", "data-structures", "encoding", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/JOSE/tree/master/jose-jws" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.jose-b64] version = "0.1" features = ["json"] default-features = false [dependencies.jose-jwa] version = "0.1" [dependencies.jose-jwk] version = "0.1" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.serde] version = "1.0.185" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0.96" default-features = false