[package] name = "ckb-indexer-sync" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] 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.120.0" } ckb-async-runtime = { path = "../runtime", version = "= 0.120.0" } ckb-db-schema = { path = "../../db-schema", version = "= 0.120.0" } ckb-jsonrpc-types = { path = "../jsonrpc-types", version = "= 0.120.0" } ckb-logger = { path = "../logger", version = "= 0.120.0" } ckb-notify = { path = "../../notify", version = "= 0.120.0" } ckb-stop-handler = { path = "../stop-handler", version = "= 0.120.0" } ckb-store = { path = "../../store", version = "= 0.120.0" } ckb-types = { path = "../types", version = "= 0.120.0" } 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"