# 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_ecdsa_verifier" version = "1.4.0" authors = [ "IOTA Stiftung", "Filancore GmbH", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JWS ECDSA 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_ecdsa_verifier" path = "src/lib.rs" [dependencies.identity_verification] version = "=1.4.0" default-features = false [dependencies.k256] version = "0.13.3" features = [ "std", "ecdsa", "ecdsa-core", ] optional = true default-features = false [dependencies.p256] version = "0.13.2" features = [ "std", "ecdsa", "ecdsa-core", ] optional = true default-features = false [dependencies.signature] version = "2" default-features = false [dev-dependencies.josekit] version = "0.8.6" [dev-dependencies.serde_json] version = "1.0" default-features = false [features] default = [ "es256", "es256k", ] es256 = ["dep:p256"] es256k = ["dep:k256"] [lints.clippy] result_large_err = "allow"