[package] name = "ckb-db" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "The ckb data persistent implementation" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-app-config = { path = "../util/app-config", version = "= 0.120.0" } ckb-logger = { path = "../util/logger", version = "= 0.120.0" } ckb-error = { path = "../error", version = "= 0.120.0" } libc = "0.2" rocksdb = { package = "ckb-rocksdb", version = "=0.21.1", features = [ "snappy", "lz4", ], default-features = false } ckb-db-schema = { path = "../db-schema", version = "= 0.120.0" } [dev-dependencies] [features] default = [] portable = ["rocksdb/portable"] march-native = ["rocksdb/march-native"]