# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ether-keystore" version = "0.1.0" authors = ["tritone11 "] description = "Rust crate for creating and unlocking of Ethereum keystores" keywords = ["keystore", "rust", "ether", "ethereum"] license = "GPL-2.0-or-later" repository = "https://github.com/tritone11/ether-keystore" [lib] name = "ethereum_keystore" path = "src/lib.rs" [dependencies.aes-ctr] version = "0.1" [dependencies.bitcoin] version = "0.13.2" [dependencies.byteorder] version = "1.2" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.glob] version = "0.2" [dependencies.hex] version = "0.3" [dependencies.hmac] version = "0.6" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.num] version = "0.2" [dependencies.pbkdf2] version = "0.2" [dependencies.rand] version = "0.3" [dependencies.regex] version = "1.0" [dependencies.scrypt] version = "0.1" [dependencies.secp256k1] version = "0.9" features = ["rand"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.7" [dependencies.sha3] version = "0.7" [dependencies.time] version = "0.1" [dependencies.uuid] version = "0.5" features = ["serde", "v4"]