# 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 = "ethash" version = "0.4.0" authors = ["Wei Tang "] description = "An Apache-licensed Ethash implementation." license = "Apache-2.0" [dependencies.byteorder] version = "1" default-features = false [dependencies.ethereum-types] version = "0.8" default-features = false [dependencies.primitive-types] version = "0.6" features = ["rlp"] default-features = false [dependencies.rlp] version = "0.4" default-features = false [dependencies.sha3] version = "0.8" default-features = false [features] default = ["std"] std = ["ethereum-types/std", "rlp/std", "byteorder/std", "sha3/std"]