# 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 = "2018" name = "eth-keystore" version = "0.5.0" authors = ["Rohit Narurkar "] exclude = ["tests/test-keys/*"] description = "A minimalist library to interact with encrypted JSON keystores" documentation = "https://docs.rs/eth-keystore" readme = "README.md" keywords = [ "ethereum", "web3", "wallet", ] license = "Apache-2.0" repository = "https://github.com/roynalnaruto/eth-keystore-rs" [dependencies.aes] version = "0.8.0" [dependencies.ctr] version = "0.9.0" [dependencies.digest] version = "0.10.0" [dependencies.ethereum-types] version = "0.13.1" optional = true [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.12.0" [dependencies.k256] version = "0.11.0" optional = true [dependencies.pbkdf2] version = "0.11" default-features = false [dependencies.rand] version = "0.8.4" [dependencies.scrypt] version = "0.10.0" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.1" [dependencies.sha3] version = "0.10.0" [dependencies.thiserror] version = "1.0.22" default-features = false [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [features] geth-compat = [ "ethereum-types", "k256", "k256/ecdsa", ]