# 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 = "wallet-metamask" version = "0.3.0" authors = ["Shun Kakinoki"] description = "Metamask vaults, cryptography and utilities" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/wallet-rs/wallet-rs" [dependencies.aes-gcm] version = "0.10.1" [dependencies.anyhow] version = "1.0.69" [dependencies.base64] version = "0.21.0" [dependencies.inquire] version = "0.6.1" [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mockall] version = "0.11.4" [dependencies.os_info] version = "3.7.0" [dependencies.pbkdf2] version = "0.12" features = ["simple"] [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.sha2] version = "0.10.6" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-test] version = "0.2.4" features = ["no-env-filter"] [dependencies.whoami] version = "1.4.0"