# 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 = "mtv-crypto" version = "0.0.1" description = "Tools to create and validate Memetaverse's Authentication Chains." readme = "README.md" license = "Apache-2.0" [dependencies.chrono] version = "0.4.23" [dependencies.ethabi] version = "18.0.0" [dependencies.futures] version = "0.3.26" [dependencies.hex] version = "0.4.3" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.1" [dependencies.secp256k1] version = "0.27.0" features = [ "global-context", "rand-std", "recovery", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.web3] version = "0.18.0" [dev-dependencies.tokio] version = "1.27.0" [dev-dependencies.tokio-test] version = "0.4.2"