# 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" name = "identity_did" version = "1.4.0" authors = ["IOTA Stiftung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Agnostic implementation of the Decentralized Identifiers (DID) standard." homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "tangle", "identity", "did", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/identity.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "identity_did" path = "src/lib.rs" [dependencies.did_url_parser] version = "0.2.0" features = [ "std", "serde", ] [dependencies.form_urlencoded] version = "1.2.0" features = ["alloc"] default-features = false [dependencies.identity_core] version = "=1.4.0" default-features = false [dependencies.identity_jose] version = "=1.4.0" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.strum] version = "0.25" features = [ "std", "derive", ] default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dev-dependencies.proptest] version = "1.0" [dev-dependencies.serde_json] version = "1.0" default-features = false [lints.clippy] result_large_err = "allow"