[package] name = "ckb-indexer" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "The ckb indexer" 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-types = { path = "../types", version = "= 0.120.0" } ckb-jsonrpc-types = { path = "../jsonrpc-types", version = "= 0.120.0" } ckb-app-config = { path = "../app-config", version = "= 0.120.0" } ckb-notify = { path = "../../notify", version = "= 0.120.0" } ckb-async-runtime = { path = "../runtime", version = "= 0.120.0" } ckb-indexer-sync = { path = "../indexer-sync", version = "= 0.120.0" } rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false } memchr = "2.7" [dev-dependencies]