# 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 = "iota-pow" version = "1.0.0-rc.4" authors = ["IOTA Stiftung"] description = "Provides proof of work implementations and scoring for the IOTA protocol" homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "tangle", "client", "pow", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/iota.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.iota-crypto] version = "0.15.3" features = [ "blake2b", "digest", "curl-p", "ternary_encoding", ] default-features = false [dependencies.num_cpus] version = "1.15.0" default-features = false [dev-dependencies] [target."cfg(target_family = \"wasm\")".dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] default-features = false