ckb-verification-contextual 0.101.5

The CKB verification contextual
Documentation
[package]
name = "ckb-verification-contextual"
version = "0.101.5"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
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.101.5" }
ckb-store = { path = "../../store", version = "= 0.101.5" }
faketime = "0.2.0"
rayon = "1.0"
ckb-traits = { path = "../../traits", version = "= 0.101.5" }
ckb-chain-spec = { path = "../../spec", version = "= 0.101.5" }
ckb-dao = { path = "../../util/dao", version = "= 0.101.5" }
ckb-dao-utils = { path = "../../util/dao/utils", version = "= 0.101.5" }
ckb-logger = {path = "../../util/logger", version = "= 0.101.5"}
ckb-reward-calculator= { path = "../../util/reward-calculator", version = "= 0.101.5" }
ckb-error = { path = "../../error", version = "= 0.101.5" }
tokio = { version = "1", features = ["sync", "rt-multi-thread"] }
ckb-async-runtime = { path = "../../util/runtime", version = "= 0.101.5" }
ckb-verification-traits = { path = "../traits", version = "= 0.101.5" }
ckb-verification = { path = "..", version = "= 0.101.5" }
ckb-metrics = { path = "../../util/metrics", version = "= 0.101.5" }

[dev-dependencies]