ckb-indexer-sync 0.121.0-rc1

The ckb indexer sync service
Documentation
[package]
name = "ckb-indexer-sync"
version = "0.121.0-rc1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
description = "The ckb indexer sync service"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-app-config = { path = "../app-config", version = "= 0.121.0-rc1" }
ckb-async-runtime = { path = "../runtime", version = "= 0.121.0-rc1" }
ckb-db-schema = { path = "../../db-schema", version = "= 0.121.0-rc1" }
ckb-jsonrpc-types = { path = "../jsonrpc-types", version = "= 0.121.0-rc1" }
ckb-logger = { path = "../logger", version = "= 0.121.0-rc1" }
ckb-notify = { path = "../../notify", version = "= 0.121.0-rc1" }
ckb-stop-handler = { path = "../stop-handler", version = "= 0.121.0-rc1" }
ckb-store = { path = "../../store", version = "= 0.121.0-rc1" }
ckb-types = { path = "../types", version = "= 0.121.0-rc1" }
numext-fixed-uint = "0.1"
rhai = { version = "1.16.0", features = ["no_function", "no_float", "no_module", "sync"]}
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false }
serde_json = "1.0"
thiserror = "1.0"