# 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 = "web3-keystore" version = "0.5.2" authors = [ "Muji ", "Rohit Narurkar ", ] exclude = ["tests/test-keys/*"] description = "Library to encrypt and decrypt keystores" documentation = "https://docs.rs/web3-keystore" readme = "README.md" keywords = [ "ethereum", "web3", "wallet", "keystore", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tmpfs/web3-core" resolver = "2" [dependencies.aes] version = "0.8" [dependencies.ctr] version = "0.9" [dependencies.digest] version = "0.10.3" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.hmac] version = "0.12.0" [dependencies.pbkdf2] version = "0.11.0" [dependencies.rand] version = "0.8.5" [dependencies.scrypt] version = "0.10.0" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.1" [dependencies.sha3] version = "0.10.0" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.serde_json] version = "1" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.uuid] version = "0.8" features = [ "serde", "v4", "wasm-bindgen", ]