# 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 = "ssi-eip712" version = "0.1.0" authors = ["Spruce Systems, Inc."] description = "Ethereum's typed structured data hashing and signing (EIP-712)" documentation = "https://docs.rs/ssi-eip712/" license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.iref] version = "3.2.2" [dependencies.json-syntax] version = "0.12.5" features = ["serde"] [dependencies.keccak-hash] version = "0.7" [dependencies.linked-data] version = "0.1.2" [dependencies.rdf-types] version = "0.22.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_jcs] version = "0.1" [dependencies.serde_json] version = "1.0" features = ["arbitrary_precision"] [dependencies.thiserror] version = "1.0.40" [dev-dependencies.lazy_static] version = "1.4"