# 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 = "identity_jose" version = "1.4.0" authors = ["IOTA Stiftung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for JOSE (JSON Object Signing and Encryption)" homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "identity", "jose", "jwk", "jws", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/identity.rs" [lib] name = "identity_jose" path = "src/lib.rs" [[example]] name = "jws_encoding_decoding" path = "examples/jws_encoding_decoding.rs" test = true [[test]] name = "custom_alg" path = "tests/custom_alg.rs" required-features = ["custom_alg"] [dependencies.bls12_381_plus] version = "0.8.17" [dependencies.identity_core] version = "=1.4.0" [dependencies.iota-crypto] version = "0.23.2" features = [ "std", "sha", ] default-features = false [dependencies.json-proof-token] version = "0.3.5" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.subtle] version = "2.5" default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.zeroize] version = "1.6" features = [ "std", "zeroize_derive", ] default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.iota-crypto] version = "0.23.2" features = [ "ed25519", "random", "hmac", ] [dev-dependencies.p256] version = "0.12.0" features = [ "std", "ecdsa", "ecdsa-core", ] default-features = false [dev-dependencies.signature] version = "2" default-features = false [features] custom_alg = [] [lints.clippy] result_large_err = "allow"