# 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_eddsa_verifier" version = "1.4.0" authors = ["IOTA Stiftung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JWS EdDSA signature verification for IOTA Identity" 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_eddsa_verifier" path = "src/lib.rs" [dependencies.identity_jose] version = "=1.4.0" default-features = false [dependencies.iota-crypto] version = "0.23.2" features = ["std"] default-features = false [features] default = ["ed25519"] ed25519 = ["iota-crypto/ed25519"] [lints.clippy] result_large_err = "allow"