[package] name = "ckb-pow" version = "0.120.0" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" description = "PoW verification engines for CKB" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] byteorder = "1.3.1" ckb-types = { path = "../util/types", version = "= 0.120.0" } ckb-hash = { path = "../util/hash", version = "= 0.120.0"} serde = { version = "1.0", features = ["derive"] } eaglesong = "0.1" log = "0.4"