[package] name = "ckb-db-migration" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "TODO(doc): @quake crate description" 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-db = { path = "../db", version = "= 0.120.0" } ckb-logger = { path = "../util/logger", version = "= 0.120.0" } ckb-error = { path = "../error", version = "= 0.120.0" } ckb-db-schema = { path = "../db-schema", version = "= 0.120.0" } ckb-channel = { path = "../util/channel", version = "= 0.120.0" } ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.120.0" } indicatif = "0.16" console = ">=0.9.1, <1.0.0" [dev-dependencies] [features] portable = ["ckb-db/portable"] march-native = ["ckb-db/march-native"]