# 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 = "ethereum-crypto" version = "0.2.1" authors = ["Andrii Tretyakov "] description = "Public-private key management system for Ethereum" readme = "README.md" license = "MIT" repository = "https://github.com/AndoroidX/ethereum-crypto" [dependencies.ethereum-types] version = "0.14.0" optional = true [dependencies.hex] version = "0.4.3" [dependencies.secp256k1] version = "^0.28" features = [ "global-context", "rand", "rand-std", ] [dependencies.sha3] version = "0.10.2" [dependencies.thiserror] version = "^1.0" [features] ethereum-types = ["dep:ethereum-types"]