[package] name = "ckb-verification-contextual" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "The CKB verification contextual" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-types = { path = "../../util/types", version = "= 0.120.0" } ckb-store = { path = "../../store", version = "= 0.120.0" } ckb-systemtime = { path = "../../util/systemtime", version = "= 0.120.0" } rayon = "1.0" ckb-traits = { path = "../../traits", version = "= 0.120.0" } ckb-chain-spec = { path = "../../spec", version = "= 0.120.0" } ckb-dao = { path = "../../util/dao", version = "= 0.120.0" } ckb-dao-utils = { path = "../../util/dao/utils", version = "= 0.120.0" } ckb-logger = { path = "../../util/logger", version = "= 0.120.0" } ckb-reward-calculator = { path = "../../util/reward-calculator", version = "= 0.120.0" } ckb-error = { path = "../../error", version = "= 0.120.0" } tokio = { version = "1", features = ["sync", "rt-multi-thread"] } ckb-async-runtime = { path = "../../util/runtime", version = "= 0.120.0" } ckb-verification-traits = { path = "../traits", version = "= 0.120.0" } ckb-verification = { path = "..", version = "= 0.120.0" } ckb-merkle-mountain-range = "0.5.2" [dev-dependencies]