[package] name = "ckb-freezer" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "Freezer is an memory mapped append-only database to store immutable chain data into flat files" 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 = "../util/types", version = "= 0.120.0" } ckb-error = { path = "../error", version = "= 0.120.0" } ckb-logger = { path = "../util/logger", version = "= 0.120.0" } ckb-util = { path = "../util", version = "= 0.120.0" } ckb-metrics = { path = "../util/metrics", version = "= 0.120.0" } fs2 = "0.4.3" fail = "0.4" snap = "1" lru = "0.7.1" [dev-dependencies] [[test]] name = "failpoints" path = "tests/failpoints.rs" required-features = ["fail/failpoints"]